Events Made Easy Forums How do I … Examples for modern, responsive booking form ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #61821
    Anonymous
    Inactive

    Hi,

    in EME / Settings / Booking we have an section for the booking form format.

    The default is a form with tables (not responsive = not stacking on mobile).

    Is it possible to have a modern, fresh styled booking form? Maybe without tables?

    Something like this would be great (its a free cc-by-sa html-ss-template build with css, div, label/input). Outout-preview:
    https://colorlib.com/etc/regform/colorlib-regform-25/

    My booking form is still a table-code, with only minor changes to the default.

    <table class='eme-rsvp-form'>
                <tr><th scope='row'>Name*:</th><td>#_LASTNAME</td></tr>
                <tr><th scope='row'>E-Mail*:</th><td>#_EMAIL</td></tr>
                <tr><th scope='row'>Telefon*</th><td>#REQ_PHONE</td></tr>  
                <tr><th scope='row'></th><td><b>#_GDPR Datenschutzhinweis akzeptiert:* </b><small> <p style="line-height:100%">some text ... <a href="/datenschutzerklaerung">Datenschutzerklärung</a></small> </p></td></tr>
                </table>
                #_SEATS
                #_SUBMIT

    Does anyone have some examples for modern, responsive booking forms from EME?

    #61822
    Franky
    Keymaster

    While this is outside the scope of EME itself, you can use something like https://tabletodivconverter.com/ to convert html table code to div (which is responsive).

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