Custom registration form

Posted in: Newspaper
Post count: 3

Hi There,

I’m really happy with the “Tagdiv – login widget”.
I tried t0 customise the registration field – I need 3 more fields (first name – last name – company name).

I manage to get the fields to show up with the following code:

<input class="td-login-input" type="text" name="register_email" id="register_email" placeholder="' . __td("your email") .'" value="" required>

<input class="td-login-input" type="text" name="register_user" id="register_user" placeholder="' . __td("your username") .'" value="" required>

<input class="td-login-input" type="text" name="first_name" id="first_name" placeholder="' . __td("your firstname") .'" value="" required>

<input class="td-login-input" type="text" name="last_name" id="last_name" placeholder="' . __td("your lastname") .'" value="" required>

<input class="td-login-input" type="text" name="company" id="company" placeholder="' . __td("your company name") .'" value="" required>

But they don’t seem to show-up in the user profile.

Please help me out 🙂 thx!

Jacob

Post count: 6600

Hi,

This requires custom work and is not an easy task if you don’t have developing skill we highly recommend you to hire a freelancer for this job.

Thank you for understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.