Jump to content

Registration form customization


Rapec

Recommended Posts

Hello,

 

is that possible to put the custom client fields into the registration form with different sequences?

 

For example:

- Custom client field

- First Name

- Last Name

- Custom client field

- Company name

- Custom client field

- Address 1

- Custom client field

...

 

Thank you

Link to comment
Share on other sites

yes, just add the code below where you want to place your client field...

 

{foreach key=num item=customfield from=$customfields}

{if $customfield.name eq "Custom1"}

<tr><td>{$customfield.name}</td><td>{$customfield.input}</td></tr>

{/if}{/foreach}

"Custom1" is the name of the field you want to add (rename for your custom field).

 

add the code wherever you want to add a custom field and change the "Custom1" in the {if} statement to the name of the custom field to add at that location.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated