Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Thomas Townsend

    (@smb-dev)

    Your comment is a bit confusing…can you provide a screen shot ?

    Thread Starter emkel

    (@emkel)

    Dear Thomas,

    here we go (screenshot):

    https://marklo.free.fr/screenshot_acceptance_msg.png

    Do you know what I mean?

    Best wishes

    Emkel

    Plugin Author Thomas Townsend

    (@smb-dev)

    Ok, I see what your talking about. At present you can’t separate them.

    The way this works is very similar to other popular FORM plugins like Gravity Forms. When you set up the Text Before the Application, it’s meant as general reference and the ACCEPTANCE message, just lets the user know that the FORM has completed.

    We are looking at providing the ability to add a REDIRECT to another page that could contain your Acceptance Message and that would work for the purpose you are looking at ?

    There is a clunky way to do it now with JavaScript, but I don’t like the way it behaves.

    You could add the following code to redirect, it’s not perfect –

    <script type="text/javascript">
    <!--
    window.location = "https://yourwebsite.com/confirmation/"
    //-->
    </script>

    Add that code to the Application Acceptance area. Make sure you have created
    an alternate Page to redirect to..i.e Confirmation etc.

    If you or anyone else can improve on this let me know so we can share it with others.

    Thread Starter emkel

    (@emkel)

    Dear Thomas,

    allright, thanks for your fast answer!

    Well, for the moment I’ll keep it like this. I put the “Acceptance message” in h2 so it is visible on first sight. Before it was not obvious to discover it amongst the other text.

    Will check with the js solution later.

    Best wishes from sunny and warm Berlin!

    Emkel

    Plugin Author Thomas Townsend

    (@smb-dev)

    Emkel,

    I luv Germany, have not had chance to visit Berlin…someday…. just heard
    Lufthansa is starting RT flights from Tampa to Frankfurt soon.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘"Acceptance message" embedded in optional texts’ is closed to new replies.