Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Yes of course, you simply should enter the URL to the thank you page through the attribute: “Thank you page (after sending the message)” in the form’s settings. Please, visit the following links:

    http://cff.dwbooster.com/documentation#email-settings

    http://cff.dwbooster.com/documentation#thanks-page

    Best regards.

    Thread Starter chti56

    (@chti56)

    Hi,

    I can’t see these settings on the free extension i use.
    Is it only for paid version ?

    Regards,

    JP

    Thread Starter chti56

    (@chti56)

    I found that it’s only available with the pro version…

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Yes, I’m sorry, these features are only available in the following versions of the plugin:

    – Professional
    – Developer
    – Platinum

    Best regards.

    Thread Starter chti56

    (@chti56)

    Hi,

    I can’t see how to redirect to a specific page ou else after submit..

    Rgds

    Thread Starter chti56

    (@chti56)

    Another problem while entering a phone number:

    I insert a Phone field wih the following mask ## ## ## ## ##
    When using the preview all works.
    When i access this form field from the local site here is what happens:

    – i want to enter 0297 as the first 4 digits
    – i enter 0 in the first 2 digits field- then 0 is displayed
    – i enter 2 in this same field – then 0 disappears – only 2 is displayed
    – the cursor moves to the second entry field – the 2 from the first field is replaced by 0
    – i enter 9 for the third digit etc… and the same behavior occurs than for the first field…

    Rgds

    Plugin Author codepeople

    (@codepeople)

    Hi,

    As I said previously you should create a thank you page, and enter its URL in the attribute: “Thank you page (after sending the message)”, in the form’s settings.

    Each form can be redirected to only one page, but if you want the user be redirected to an alternative page, using as criteria the value entered in a field, you should redirect to the user from the thank you page. For example, if your form includes the fieldname1 field, and you want to redirect to the user to the webpage:

    http://wwww.yourdomain.com/page1.html

    if the value of the fieldname1 field is equal to 1, and to the webpage:

    http://wwww.yourdomain.com/page2.html

    if the value of the fieldname1 field is equal to 2, you simply should define the page1.html as the thank you page, and insert in it the following shortcodes:

    [CP_CALCULATED_FIELDS_RESULT]
    <pre style="display:none;"><script>
    if(<%fildname1_value%> == 2) document.location.href="http://www.yourdomain.com/page2.html";
    </script></pre>
    [/CP_CALCULATED_FIELDS_RESULT]

    About your second question, could you send me the link to your webpage to check the behavior of the phone fields you are describing, please?

    Best regards.

    Thread Starter chti56

    (@chti56)

    Hi,

    With the free version one do not have the possibility to redirect to a Thank You page.

    For the second problem i can’t give you an URL as it is on a local site (on my PC)…

    Rgds

    Plugin Author codepeople

    (@codepeople)

    Hi,

    I’m sorry, but as I said in a previous ticket, the server side processing is only available in the following versions of the plugin:

    – Professional
    – Developer
    – Platinum

    I’ll check the issue you are reporting with the Phone fields in my local copy of the plugin.

    Best regards.

    Thread Starter chti56

    (@chti56)

    Yes this process (Thank you page) redirection is only available with he Pro version.. I’ll explain to my customer.

    Thanks for help.

    JP

    Thread Starter chti56

    (@chti56)

    Usefull info..

    The problem on the Phone field goes away when i use a different template…
    When using the template Maskitto there is no more problem.
    But i have the problem when i use the Artificer template..

    Rgds

    Plugin Author codepeople

    (@codepeople)

    Hi,

    That was really the reason I’ve asked the link to your webpage, because the issue can be related with the “padding” assigned to the input tags by the theme active in your website.

    For example, in the case of your phone field that is separated in group of characters, each input field would be small, but if the theme active in your website assigns a padding to the input fields field (through styles defined in the CSS files), the first character will be there, but won’t be visible.

    A possible solution would be paste the following style definition in any of the CSS files used by your website:

    #fbuilder input{padding:0 !important}

    Tip: Remember to clear the browser’s cache after edit the online files.

    Best regards.

    Thread Starter chti56

    (@chti56)

    Hi,

    In fact the problem occurs depending of the Form Template used (the Professional one as exemple).
    However after entering the code you suggested the problem is solved whatever the Form Template used.

    Many Thanks

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Redirection after Submit’ is closed to new replies.