• Resolved applejack1923

    (@applejack1923)


    Is it possible to change the message after the initial subscription i.e. the first one not the email confirmation page.

    Ideally I would like to set up different designed pages for each of the different types of messages and direct them to there.

Viewing 7 replies - 1 through 7 (of 7 total)
  • @applejack1923

    Do you mean the browser displayed message that says “A confirmation message is on its way!”?

    I think if you want a customised message but one that changes depending on other input somehow then you’d probably have to hack the plugin code.

    Thread Starter applejack1923

    (@applejack1923)

    Hi

    Re: Do you mean the browser displayed message that says “A confirmation message is on its way!”?

    Yes.

    @applejack1923

    Hacking the code is the only way then if you want to be able to send different messages based on what was submitted.

    You’ll need to look at the classes/class-s2-frontend.php file.

    Thread Starter applejack1923

    (@applejack1923)

    Seeing as why you have an API/ function for changing the email confirmation message not sure why you don’t for this one but I’ll have to take a look at the code.

    Thanks anyhow.

    @applejack1923

    To be honest I initially thought it was possible but sadly it’s not in the current code. It could be a future development.

    What other parameters would you want to see available in the filter other than the message?

    Thread Starter applejack1923

    (@applejack1923)

    Maybe an option for a URL redirect or that the message just replaces the shortcode on the page so one can have a more designed look and same for the post email confirmation.

    @applejack1923

    You can redirect the form submission to another page, it just has to have the shortcode (or block if you are using Gutenberg) on it. To select the right page you need to include a page ‘id’ in the shortcode as a parameter.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom Pages for messages’ is closed to new replies.