was at v4 - decided to uninstall and re-install v5 (and goto php 5.3) same issues - here is form after clicking submit (debug is ON):
here is form code:
<div class="form-group gcore-form-row" id="form-row-2"><label for="name" class="control-label gcore-label-left">Name</label>
<div class="gcore-input gcore-display-table" id="fin-name"><input name="Name" id="name" value="" placeholder="" maxlength="" size="" class="validate['required'] form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-4"><label for="email" class="control-label gcore-label-left">Email</label>
<div class="gcore-input gcore-display-table" id="fin-email"><input name="Email" id="email" value="" placeholder="" maxlength="" size="" class="validate['required','email'] form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-6"><label for="phone" class="control-label gcore-label-left">Phone</label>
<div class="gcore-input gcore-display-table" id="fin-phone"><input name="Phone" id="phone" value="" placeholder="" maxlength="" size="" class="form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-7"><label for="upload" class="control-label gcore-label-left">Upload File</label>
<div class="gcore-input gcore-display-table" id="fin-upload"><input name="Upload" id="upload" class="form-control gcore-height-auto A" title="" style="" data-load-state="" data-tooltip="" type="file" /><span class="help-block">Optional: Please be patient, after clicking submit, large files may take a long period of time to upload....</span></div></div><div class="form-group gcore-form-row" id="form-row-13"><label for="fld8" class="control-label gcore-label-left">Are you Human?</label>
<div class="gcore-subinput-container-wide" id="fitem10"><div class="gcore-input pull-left gcore-sub-input gcore-display-table" id="fin-fld9"><input placeholder="" maxlength="" size="" class="validate['required'] form-control A" title="" style="" type="text" name="captcha" id="fld9" /></div></div>
<div class="gcore-subinput-container-wide" id="fitem12"><div class="gcore-input pull-left gcore-sub-input gcore-display-table" id="fin-fld11">{captcha_img}</div></div></div><div class="form-group gcore-form-row" id="form-row-14"><div class="gcore-input gcore-display-table" id="fin-button5"><input name="button5" id="button5" type="submit" value="Submit" class="form-control A" style="" data-load-state="" /></div></div>
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form tabs don't work or look as expected
My form validation doesn't work
How to post information from a Chronoform to ZoHo
What are the 'Easy Form' and 'Form' Wizards?
How can I add a mask to format a form input?
Why does Joomla! Cache stop my form working?
P.S: I'm just an automated service😉
If the form isn't submitting then it may be a problem with SEF URLs, does it submit if you open it with the View Form link in the Forms Manager?
Bob
Also try to switch the order of the "Email cloaking" plugin with the Chronoforms5 plugin because the email in the form gets changed!
Regards,
Max
Opened the form and under General Tab changed the Setup Mode to Advanced
Saved the form then reopened
Under Setup Tab, click Edit on HTML (Render Form) within the On load action
Scroll Down and change Relative URL to No
Save the form