I have a book available in multiple editions that serve different functions. I want to create a form that asks 3 questions, and based on the answers, recommends a specific edition with a link to it. Is that possible with GF?
This should be relatively straightforward by using conditional logic.
You could add three HTML fields to your form. Inside each HTML field, have one of the three links.
Then, set up conditional logic on your HTML fields to only show, if the questions you ask them are correct. Or are the selections you decide they should select in order to show them the links you want them to see?
Not sure how much you know about HTML but just in case the links you add in the HTML fields should look something like this.
<a href="https://addtheurlhere.com">Add the book title here in plain text.</a>
If you are looking for a plugin to help you out, you could also look into Populate Anything
Hi Dale. It sounds like you are looking for either conditional logic for notifications (the email that is sent after submission) or conditional logic for confirmations (the information shown on screen after submission.) Both are supported and will allow you to tailor the content based on the choices made in the form:
Confirmations:
Notifications:
Let us know if you have any other questions.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.