I’ve got a standalone register form working with the default member fields. I’ve now added some custom member fields but how do i make my standalone register form work again? When i submit I get:
The form you submitted contained the following errors….
My custom member fields have the same name as in my form and system.
<ol>
<li><label for="screen_name" id="screen_name_label">Full Name:</label></li>
<li><input type="text" name="screen_name" value="" title="" tabindex=""></li>
<li><label for="email" id="email_label">Email Address:</label></li>
<li><input type="text" name="email" value="" title="" tabindex=""></li>
<li><label for="company_name" id="company_name_label">Company Name:</label></li>
<li><input type="text" name="company_name" value="" title="" tabindex=""></li>
<li><label for="company_address" id="company_address_label">Company Address:</label></li>
<li><input type="text" name="company_address" value="" title="" tabindex=""></li>
<li><label for="company_email" id="company_email_label">Company Email:</label></li>
<li><input type="text" name="company_email" value="" title="" tabindex=""></li>
<li><label for="company_telephone" id="company_telephone_label">Company Telephone:</label></li>
<li><input type="text" name="company_telephone" value="" title="" tabindex=""></li><li> </li>
<li><label for="username" id="username_label">Username:</label></li>
<li><input type="text" name="username" value="" title="" tabindex=""></li>
<li><label for="password" id="password_label">Password:</label></li>
<li><input type="password" name="password" value="" title="" tabindex=""></li>
<li><label for="password_confirm" id="password_confirm_label">Confirm Password:</label></li>
<li><input type="password" name="password_confirm" value="" title="" tabindex=""></li>
<li class="pass_stren"><label> </label></li>
<li class="pass_stren"><input type="text" readonly class="password_strength" name="password_strength" value="Password Strength Indicator" title=""></li>
<li><label> </label></li>
<li><span><input type="checkbox" name="accept_terms" value="y" title="" tabindex=""> <a href="/{segment_1}/terms-conditions/" title="">I agree to the Terms & Conditions</a></span></li>
</ol>Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.