Urgent Re Direct not carrying variables through

Home Forums Quform WordPress Urgent Re Direct not carrying variables through

This topic is: resolved
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23599
    patdundee
    Participant

    Hi Ally

    Can you email me direct and i will give you log in details for the site in question

    Redirects have stopped carying variables through

    I have a form (id-2) that redirects to a custom url (as it always has) The form variables are captured in funvtions php for form 2 and then the form is redirected. The variables are no longer being sent (or possibly collected) in the functions page. The variables are all stroed in sessions (As is the customer id) I know the sessions are working as I can show the customer id sessions value on the page it redirects to but none of the other information which is collected from the form

    Could you take a look please. Once i receive an email from you i will reply with the web address , ftp log in and wp admin log in for you

    Many thanks
    Patrick

    #23607
    patdundee
    Participant

    Hi Ally
    Not sure if you have seen this post yet 🙂

    If you go to https://www.kimboscakes.co.uk/payments and fill the form in (Select collect from us) at the end
    Then follow the form through, you will see that the form values have not come through.

    Kind regards
    Patrick

    #23615
    patdundee
    Participant

    Here are the settings for the form and the collect data
    (wp_session does work as i can show the customers session id on the redirected page)

    Form settings
    Type = redirect to custom URL
    URL = https://www.kimboscakes.co.uk/payments-deposits-confirm

    Functions for form on functions page

    function my_success_redirect_url2($url, Quform_Confirmation $confirmation, Quform_Form $form)
    {

    Data collected in this fashion and stored in sessions

    $wp_session = WP_Session::get_instance();

    $wp_session['strBillingFirstnames'] = $form->getValue('quform_2_10');
    $wp_session['strBillingSurname'] = $form->getValue('quform_2_11');
    $url = ('https://www.kimboscakes.co.uk/payments-deposits-confirm');
    return $url;
    add_action('quform_confirmation_redirect_url_2_1', 'my_success_redirect_url2', 10, 3);

    `

    P

    • This reply was modified 6 years, 4 months ago by patdundee.
    • This reply was modified 6 years, 4 months ago by patdundee.
    #23647
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #23654
    patdundee
    Participant

    Hi Ally
    No changes on the site
    Had a clash with lightbox on Foo Box with Quform which has now been resolved

    Other than that no other changes.
    Have sent all ftp and wp admin details to your email as requested

    Many thanks
    Patrick

    #23661
    patdundee
    Participant

    Hi Ally
    Many thanks. I have sent an email reply to you and also bought you a coffee and cake for your trouble.

    Kind regards
    Patrick

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy