Skip Navigation

[Resolved] Unable to submit toolset form

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 5 months, 2 weeks ago.

Author
Posts
#2701777

I have a toolset form used for user registration but I am unable to submit the form.

Form is on this page -- hidden link

The code for the form is simple --

[creduserform]
	[cred_field field='form_messages' class='alert alert-warning']
	<div class="form-group">
		<label for="%%FORM_ID%%_first_name">[cred_i18n name='first_name-label']First name[/cred_i18n]<span class="red-color">*</span></label>
		[cred_field field='first_name' class='form-control' output='bootstrap']
	</div>
	<div class="form-group">
		<label for="%%FORM_ID%%_last_name">[cred_i18n name='last_name-label']Last name[/cred_i18n]<span class="red-color">*</span></label>
		[cred_field field='last_name' class='form-control' output='bootstrap']
	</div>
<div class="row">
		<div class="form-group col-md-12" style="display:none;">
			<label for="%%FORM_ID%%_user_pass">[cred_i18n name='user_pass-label']Password[/cred_i18n]</label>
			[cred_field field='user_pass' class='form-control' output='bootstrap' value='prowess']
<label for="%%FORM_ID%%_user_pass2">[cred_i18n name='user_pass2-label']Repeat Password[/cred_i18n]</label>[cred_field field='user_pass2' class='form-control' output='bootstrap' value='Random-number']
		</div>
	</div>
<div class="form-group">
		<label for="%%FORM_ID%%_user_email">[cred_i18n name='user_email-label']Work Email[/cred_i18n]<span class="red-color">*</span></label>
		[cred_field field='user_email' class='form-control' output='bootstrap']
	</div>
	<input type="button" class="btn-primary toolset-home-v2 btnregisteremployee" value="Get started for free">
	[cred_field field='form_submit' output='bootstrap' value='Get started for free' class='btn-primary toolset-home-v2']
[/creduserform]

Nothing happens when I click on the form. What am I missing?

#2701880

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi there

I tested the form and it worked fine, I registered a user.

Perhaps you identified and fixed the problem already?

If not, perhaps there is a caching issue with your browser: try clearing the cache and testing again (or test with a different browser).

If you still have problems, please check the browser console for JavaScript errors, and your debug.log for PHP errors.

I registered the user Nigel Toolset, you will need to delete that user.