• Resolved ramatt

    (@ramatt)


    Is there a way to change the submission behavior for an embed form? I would like to change or disable the animation.

    For clarity – right now it animates and expands a box that shows a check mark and the submission text. I’d like to know if we can control this in more detail. I’d prefer it to just show the submission text and have no animation.

    • This topic was modified 4 years, 11 months ago by ramatt.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @ramatt

    I hope you are doing well.

    The Animation can’t be disabled but you can modify it.

    You can add your custom message under Email > Submission Behavior

    In case you would like to remove the check mark you can use a CSS:

    span.hustle-icon-check {
        display: none !important;
    }

    Add it to Hustle > Your Module > Appearance > Custom CSS.

    Let us know if this is what you were looking for,
    Best Regards
    Patrick Freitas

    Thread Starter ramatt

    (@ramatt)

    No, unfortunately this won’t work for our needs – It seems really limiting to be forced to accommodate this animation. I am on the pro version – are there any other options? We simply want a standard form with no animations to insert emails into Sendgrid contact lists.

    Thanks for the quick reply.

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @ramatt

    Thank you for the information.

    The ww.wp.xz.cn forums are limited to free users, In case you are on the Pro version, can you please create a ticket on our Members forum and we can take a closer look at any workaround?

    https://wpmudev.com/hub2/support

    Best Regards
    Patrick Freitas

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Embed Submit Animation’ is closed to new replies.