Events Made Easy Forums How do I … Booking form – how to exclude fields

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42846
    Anonymous
    Inactive

    I use RSVP and, in my case, i don’t need these fields: phone, seats (set to 1 both, min & max) and comment.

    How can i delete them from booking form?

    #47760
    Franky
    Keymaster

    not possible (yet) without changing the code. You can use some CSS to hide them maybe …

    #47761
    Anonymous
    Inactive

    thx for suggestions, i did it someway, if someone else have the same problem here is how i coded the form CSS, excluding the fields phone, seats, comment:

    #eme-rsvp-form textarea {display: none; border: solid #000 0px;}

    #eme-rsvp-form th {display: none;}

    #eme-rsvp-form select {display: none; }

    #eme-rsvp-form input[name=”bookerPhone”] {display: none;}

    #eme-rsvp-form td[text=”Commento”] {display: none;}

    .eme-rsvp-form tr {background: #fff; border: solid #fff;}

    the line:

    #eme-rsvp-form th {display: none;}

    completely hides the left column with fields descriptions, i didn’find another way to hide only the excluded fields descriptions…

    another question for the dev: how can i insert a text to

    #_REMOVEBOOKINGFORM_IF_REGISTERED

    something like this:

    “you’ve already subscribed this event, do you want to cancel your subscription?”

    #47762
    Franky
    Keymaster

    Use a conditional tag to check if the value of #_REMOVEBOOKINGFORM_IF_REGISTERED is not empty, and then show the text you want. See http://www.e-dynamics.be/wordpress/?cat=24

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top