Resubmitting a form via logic | Community
Skip to main content
Question

Resubmitting a form via logic

  • December 2, 2024
  • 1 reply
  • 6 views

We have a form that captures name and email for the form submitter and then request other specific company data (website, location, etc). We want to capture this info but also allow them to resubmit another company if they’d like. We added logic to ask if they want to submit another company and bring them back to an earlier step but it keep the original info submitted. How can we capture this but then ask if they like to resubmit again??

john.desborough
Forum|alt.badge.img+6

@mfbernal3 - use two forms. one for the tombstone info on the individual and a second for the company details. pass the email field as a hidden variable from the first form into the second. 

on the first, use a redirect on completion to call the second form. 

in the second form, use a yes no question to ask if they want to add another company - if yes, then use the logic rules to send them to an redirect ending that calls the second form, but also passes the email address. if no, go to a static endin gpage. 

des


Reply