Keyword

Render Register Form

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar Topic Author
  • Offline
  • New Member
More
13 years 2 weeks ago #99818 by Daniel Dimitrov
Render Register Form was created by Daniel Dimitrov
Hi! I would like to ask where I can find and modify the code which render the user extended fields in front end register form. In k2 register.php file I find this code: <?php echo $K2Plugin->fields; ?> which is rendered in front end as:

<table class="paramlist admintable" width="100%" cellspacing="1">

<tbody>

<tr>

<td class="paramlist_key" width="40%"></td>

<td class="paramlist_value"></td>

</tr>

</tbody>

</table>

but in my template, I want it to show other way.

<tr valign="top">

<td class="name"><label>...</label></td>

<td class="value"><inputbox>...</inputbox></td>

</tr>

 

Is it possible, and if it is how.

Thanks!

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum