Forum Replies Created

Viewing 15 posts - 1 through 15 (of 126 total)
  • Author
    Posts
  • in reply to: Qform with Avada 7.9.1 Theme #35088
    patdundee
    Participant

    Hi Ally
    Perfect. I have removed the reCAPTCHA and the issue is now resolved. I will pass this onto Avada

    Many thanks
    Patrick

    in reply to: Qform with Avada 7.9.1 Theme #35085
    patdundee
    Participant

    Morning Ally

    Sent πŸ™‚

    Many thanks
    Patrick

    in reply to: Redirect To Woocommerce Variable Product #32547
    patdundee
    Participant

    Solved
    With a variable product you have to set the redirect in the confirmation settings of the form to the prooduct page name as well as the redirect code in the functions php. Make sure you have all variabl eproduct choise for each variable set in woocommerce. Do not sent variables from the form as they will not show

    Phew πŸ™‚

    Patrick

    • This reply was modified 4 years, 3 months ago by patdundee.
    in reply to: Redirect To Woocommerce Variable Product #32545
    patdundee
    Participant

    Has Quform got its own cache anywhere?

    I have just duplicated the form edited the above code to reflect the new form number and it still did not work
    Patrick

    • This reply was modified 4 years, 3 months ago by patdundee.
    in reply to: Redirect To Woocommerce Variable Product #32542
    patdundee
    Participant

    Hi Ally
    As aboce i have now told the form to go direct to the product page (See code)

    
    
         function my_success_redirect_url8($url, Quform_Confirmation $confirmation, Quform_Form $form)
        {
    
        	$sytem='Windows';
        	$managed=$form->getValue('quform_x_x');
        	$user=$form->getValue('quform_x_x');
        	$pchoice=$form->getValueText('quform_x_x');
        	$pchoice=str_replace(',',' - ',$pchoice);
        		if ($managed == 'Managed') {
        			if ($user == 1 ) {
        				$cartID = xxxx;
        			} elseif($user == 5){
        				$cartID = xxxx;
        			} else {
        				$cartID = xxxx;
        			}
        		} else {
        			if ($user == 1) {
        				$cartID = xxxx;
        			} elseif($user == 5) {
        				$cartID = xxxx;
        			} else {
        				$cartID = xxxx;
        			}
        		}
        	
        	$url=('https://www.mydomain.co.uk/product/palmtest);
        	echo $url;
        	
        	return $url;
        }
        add_action('quform_confirmation_redirect_url_8_1', 'my_success_redirect_url8', 10, 3);
    

    Whenever i post the form it still is going to

    https://www.mywebaddress/?add-to-cart=6588

    but the action tells it to do something different.

    I have tried this on different browsers on 5 different machines that have never been to my site and the result is the same
    I have cleared all server cache, system cache, %temp% on system and all browser cache

    I am really puzzeled now πŸ™‚

    Thanks

    Patrick

    • This reply was modified 4 years, 3 months ago by patdundee. Reason: still occuring
    • This reply was modified 4 years, 3 months ago by patdundee.
    in reply to: Styling of the input fields #32526
    patdundee
    Participant

    Hi Mandy
    Try this under global options>Global Style>Text Input Fields

    outline: 0; border-width: 0 0 2px; border-color: blue

    P

    in reply to: Add html layout to email #31212
    patdundee
    Participant

    Ta

    in reply to: Form entries not showing #31147
    patdundee
    Participant

    Hi Ally Got them all. Thats a bit of a pain πŸ™‚

    Strange how β€œTrash” will list all emails from every form that has been trashed. but Entries only show seperately for each form. Can it not be made where all form entries can be accessed from Qform/Entries menu instead of having to go to each form seperately>

    Many thanks
    Patrick

    in reply to: custom redirect not working. #31094
    patdundee
    Participant

    Hi Ally
    I got it figured I need to change $form->getValue to $form->getValueText

    Regards
    Patrick

    in reply to: Conditional Logic #30364
    patdundee
    Participant

    Hi Ally Drooped 10 bucks in there for you πŸ™‚
    Many thanks
    P

    in reply to: Conditional Logic #30362
    patdundee
    Participant

    Hi Ally
    Many thanks. As usual spot on and that cleared the issue.
    P.S. where is your buy uis a coffee link? I cannot see it anywhere

    Many thanks
    P

    in reply to: Conditional Logic #30343
    patdundee
    Participant

    I have taken 2 screenshots for you. One with v2.9.1 and one with v2.9.3
    2.9.1.png is how it should look
    2.9.3.png is how it looks with latest update

    I have reveretd back to 2.9.1 on all sites. Let me know if you need access

    Thanks

    P

    • This reply was modified 5 years, 6 months ago by patdundee.
    Attachments:
    You must be logged in to view attached files.
    in reply to: Conditional Logic #30342
    patdundee
    Participant

    Avtually the whole form layout has gone

    in reply to: Import form entries #30085
    patdundee
    Participant

    Thats sonds like it woud be the best way.
    Many thanks for your time. This can be marked as resolved πŸ™‚
    Patrick

    • This reply was modified 5 years, 7 months ago by patdundee.
    in reply to: Urgent Re Direct not carrying variables through #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 15 posts - 1 through 15 (of 126 total)
Be inspired. Β© 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy