GET form in WP page
-
Pretty green at all of this and would appreciate some guidance.
Here’s what I’ve got in the WP text editor for page “A”
<p><label>Select your State:</label><br /> <select id="state" name="state" onchange="form.submit()"><option selected="selected" value="none">--</option><option value="Alabama">AL</option><option value="Alaska">AK</option></select></p>When the user makes a selection from the drop down, I want page “B” to load with one of two outcomes:
“Download for (user selection)”
“Click to download” (links to either or Alabama.pdf or Alaska.pdf )Thanks for considering.
The topic ‘GET form in WP page’ is closed to new replies.