• Hi Support
    Your plugin is awesome, thank for sharing.

    But, could do you provide a Html Custom Form Example (with another input field) that work here?

    Regards, Pescadito.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Icegram

    (@icegram)

    @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

    Thread Starter pescadito01

    (@pescadito01)

    Hey!
    Thank you for sharing!!!
    Regards, Pescadito

    Thread Starter pescadito01

    (@pescadito01)

    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

    Plugin Author Icegram

    (@icegram)

    @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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom Form Example’ is closed to new replies.