In [insert_php] trying to create a simple input form
-
Hi the code below does not work with in [insert_php] plugin.
Please help.
I manged to get other HTML code workin with in [insert_php]echo “<form>”;
echo “<select name=”Department”>”;
echo “<option value=”First Name”>First Name</option>”;
echo “<option value=’Last Name’>Last Name</option>”;
echo “</select>”;
echo “<input type=’submit’ value=’Submit’>”;
echo “</form>”;
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘In [insert_php] trying to create a simple input form’ is closed to new replies.