innerspec
Forum Replies Created
-
The reason it is working, is because I have used a new plugin. Had to find one that worked.
JULES,
Any other ideas of what the problem could be with this code??
Really need to get this form working today.
Thanks for the fast response!
I have updated the names of the fields.
Still having the same error.
CODE BELOW:
Which type of training are you interested in?
[select* typeoftraining include_blank “EMAT Level 1” “EMAT Level 2” “Other”]<p>[group basic-fields]
<fieldset>
<legend>Basic Fields</legend></fieldset>
[text your-name placeholder "Your Name"] </p>
<p>[email your-email placeholder “Your Email”] </p>
<p>[text your-company placeholder "Organization"] </p>
<p>[text positionsubject placeholder "Position"] </p>
<p>[text country placeholder "Country"] </p>
<p>[text state placeholder "State"] </p>
<p>[text office-phone placeholder "Office Phone"] </p>
<p>[text cellphone placeholder "Cell Phone"] </p>
<p>[text number-of-attendees placeholder "Number of Attendees"] </p>
<p>[textarea reason placeholder “Reason for Training”] </p>
[/group]
[group basic4-fields]
<fieldset>
<legend>Basic4 Fields</legend></fieldset>
Which training session are you interested in?
[select menu-223 include_blank “September 19 – 21, 2017” “November 14 – 16, 2017”]<p>[/group]
[group basic2-fields]
<fieldset>
<legend>Basic2 Fields</legend></fieldset>
Get in touch with a training consultant.
[/group]
[group basic3-fields]
<fieldset>
<legend>Basic3 Fields</legend></fieldset>
<p>[textarea how-else placeholder “How else can we help you?”] </p>
[/group]
<p>[submit “Submit Form”]</p>
The form still will not submit emails.
http://www.farfieldndt.com/training-signup-form/
Here is the link.
http://www.farfieldndt.com/training-signup-form/
Here is the link.
Alright. I fixed that issue. There is still a red box error when trying to submit the form.
FORM CODE BELOW:
Which type of training are you interested in?
[select* typeoftraining include_blank “EMAT Level 1” “EMAT Level 2” “Other”]<p>[group basic-fields]
<fieldset>
<legend>Basic Fields</legend></fieldset>
[text your-name placeholder "Your Name"] </p>
<p>[email your-email placeholder “Your Email”] </p>
<p>[text your-company placeholder "Organization"] </p>
<p>[text subject placeholder "Position"] </p>
<p>[text your-company placeholder "Country"] </p>
<p>[text subject placeholder "State"] </p>
<p>[text subject placeholder "Office Phone"] </p>
<p>[text subject placeholder "Cell Phone"] </p>
<p>[text subject placeholder "Number of Attendees"] </p>
<p>[textarea subject placeholder “Reason for Training”] </p>
[/group]
[group basic4-fields]
<fieldset>
<legend>Basic4 Fields</legend></fieldset>
Which training session are you interested in?
[select menu-223 include_blank “September 19 – 21, 2017” “November 14 – 16, 2017”]<p>[/group]
[group basic2-fields]
<fieldset>
<legend>Basic2 Fields</legend></fieldset>
Get in touch with a training consultant.
[/group]
[group basic3-fields]
<fieldset>
<legend>Basic3 Fields</legend></fieldset>
<p>[textarea subject placeholder “How else can we help you?”] </p>
[/group]
<p>[submit “Submit Form”]</p>