I am using a multi-page form and on the final page the submit action posts to a URL. How can I change the form id in the POST data?
<form action="https://go.somewebsite/webform/post" method="post" name="ActionStepWebform7" id="chronoform-ActionStepWebform7" class="AdvancedForm Webform1">
<div class="form-group" id="form-row-btn_submit">
<div class="gcore-input gcore-display-table" id="fin-btn_submit">
<input name="btn_submit" id="btn_submit" type="submit" value="Submit" class="" style="" data-load-state="" form="">
</div>
</div>
<input type="hidden" name="btn_submit" value="Submit">
<input type="hidden" name="btn_submit" value="Submit">
</form>
Hi jax_pls,
The Form ID won't be in the POST data - nor will much else from this form as the HTML is a bit broken.
What exactly are you trying to do.
Bob
The Form ID won't be in the POST data - nor will much else from this form as the HTML is a bit broken.
What exactly are you trying to do.
Bob
I will have a 3 to 4 page form that I need to post the data from to a back-end processing system we use via URL.
Do I need to do something with the data array on the last page where the submit action is in order to do so?
Do I need to do something with the data array on the last page where the submit action is in order to do so?
This topic is locked and no more replies can be posted.