@pescadito01,
Thank you for trying Rainmaker and your appreciation.
Here is the example form.
<form action="demo_form.asp" method="get">
<label> First name:<input type="text" name="fname"> </label><br>
<label>Last name:<input type="text" name="lname"> </label><br>
<input type="submit" value="Submit">
</form>
Hope this helps you.
Thanks,
Sandhya
Team Icegram
Hey!
Thank you for sharing!!!
Regards, Pescadito
Sorry, but it doesn’t reach and go to the url:
– [domain]/demo_form.asp?fname=aaaa&lname=bbb
that say
“It looks like nothing was found at this location. Maybe try one of the links below or a search?”
Any Idea of What’s is Missed?
Regards, Pescadito
@pescadito01,
The example given was of demo form so, action attribute of form was demo.
You can specify your own, where you want to submit your form.
For more details on action attribute of form refer this.
Thanks,
Sandhya
Team Icegram