Okay
  Public Ticket #3101717
Editing the "Congratulations" section in the booking form
Closed

Comments

  •  9
    PeriPeriCreative started the conversation

    Hi,

    Can I edit the information that displays on this section of the form? Like add the description of the service, and change the labels as per how I changed them in the booking form setup (example, I changed "services" to "items" and in the form fields I changed it and in the labels settings but it still shows as services here:

    6282362081.png

    And can I remove the Yahoo option?

  •  9
    PeriPeriCreative replied

    Ok i missed the label change on the back end, that I could do, but, 

    1. can I remove any and all mentions of payment and money
    2. can I add custom fields that was created here?
    3. can I remove the yahoo link?
    4. can I add service descriptions or employee notes here?
  •  1,855
    Miloš replied



    Hi, PeriPeriCreative 


    1.

    Our devs are working to implement a built-in option to remove the Payment step completely, but we can't say an ETA on it.

    Please feel free to search through our feature suggestion page

     to see if someone may be already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.

    You can certainly follow our changeLog page if you'd like, where we state any changes/new features/bug fixes during updates;

    and our newsletter, so you're informed about new features, bug fixes, freebies, etc.

    -

    For the time being, this can be done with some custom CSS.

    On my Test site, i have done it by adding this to the booking page :

    To remove the "Payment step HTML DIV" from showing,

    please also add this CSS:

    .amelia-v2-booking #amelia-container .am-fs-sb__step:nth-child(4) {    display: none !important;
    }
    

    On my site it works :

    5273743582.png

    ;

    And this CSS removes payment info from Congratulations screen:

    .amelia-v2-booking #amelia-container .am-fs__congrats-info-customer>div:nth-child(6) {        display: none !important;
    }
    
    6633435945.png

    -

    So, everything together should look like this :

    .amelia-v2-booking #amelia-container .am-fs-sb__step:nth-child(4) {    display: none !important;
    }
    .amelia-v2-booking #amelia-container .am-fs__congrats-info-customer>div:nth-child(6) {        display: none !important;
    }

    Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS or JS can be done in a few different ways. 

    If you need help with adding custom CSS to the page, please take a look at this article.

    -

    Let me know if it worked on your site. Thank you


    2.

    At this time this is not possible.

    We will maybe add this option soon, though, but i can't say an ETA.

    3.

    At this time we don't have any option to hide the Yahoo "add to Calendar" element.

    You can only try to find some custom CSS, i tried my best , to be honest, and i couldn't not come up with it;

    so we will have to suggest that to our developers, to add the option soon.

    4.

    I am truly sorry, but that is also not possible currently.

    The developers have set these information to appear, and it is a new Form in its Beta stage, so they will surely improve it in the upcoming period.

    We take value from our users suggestions - so i will make sure to pass all of this to them.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables