I want to build a simple form that only has two sets of radio buttons. When the visitor selects one radio button from each set and clicks the submit button, they are taken to a page base on their selection. I’ve done this outside of Wix. I just created a form tag and then I embedded the following javascript on the page:
(see it in action here: http:// www.soulmatecommunity .net / relationship-styles / )
The best way to build a “simple” form, is to use the built-in Wix screen elements. Code can be added if you need to provide enhancements or customization.
There is a wide selection of example forms available on the Examples page. You can load them into the Editor, play with them to see how they work, and modify them for your own needs.
Thanks for responding. Creating a simple form with two radio button inputs, I can do. But once I build the form, how do I add onSubmit="return getType() and method=get to the form tag? Also, how do I place the script on the page?