The solution seems fairly simple but I don’t see a lot of websites making use of this type of functionality:
I want one of my websites to allow users to input text into two input boxes, let them submit that information, and then have a report displayed on the page afterwards that shows the text they inputted with predetermined information around their text inputs.
For example, the user inputs “Bob” and “Bill” into two separate text boxes.
The report says:
Bob invite Bill to the car show.
If you user inputs “Jack” and “Jill,” the report says:
Jack invite Jill to the car show.
What is the best way to accomplish this with a website which is using a Wordpress theme?
Could this possibly be done with the GravityForms plugin or something similar?