Ability to show Success and Failure messages for exported forms

Hey guyz,

I added to my mail form following “action” attribute:
action=“https://getsimpleform.com/messagesXXXXXXX…” the problem is, that website isn’t now showing success message. I found here on forum that problem could be solved with Ajax. It does look like the page does now a full refresh with simpleform solution. I dont want to create a new “thank you” page and after submitting redirect to this new page. That isn’t good solution for me.

So my question is: could anyone help me to create Ajax script and php for my website? My site is here: http://umytoto.webflow.io/ and the contact button is named with value=“Odoslať Mail”

Whole form:

    
                  Vaše meno:
                  
                  Email:
                  
                  Text:
                  
              <input class="w-button contact-button" type="submit" value="Odoslať mail" data-wait="Ďakujeme." wait="Ďakujeme." data-ix="buttons">
            </form>
Thank you for your time,

Michal.

1 Like