• Resolved joicek

    (@joicek)


    Is there a way for me to add just the “e-mail” in the contact form?
    I was trying just with <p><label>Email:</label> [rsvpfield textfield=”email” required=”1″]</p> It looks ok but when I type an e-mail there it says I need to fill in name and surname. Best Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author davidfcarr

    (@davidfcarr)

    Not something I designed for, but you could do something like this

    <p><label>Email:</label> [rsvpfield textfield="email" required="1"]</p>
    <input type="hidden" name="profile[first]" id="firstname" class="first" />
    <input type="hidden" class="first" name="profile[first]" id="first" value="NA" /><input type="hidden" class="last" name="profile[last]" id="last" value="NA" />
    Thread Starter joicek

    (@joicek)

    Many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contact form’ is closed to new replies.