Forum Replies Created
- AuthorPosts
patdundee
ParticipantHi Ally
Perfect. I have removed the reCAPTCHA and the issue is now resolved. I will pass this onto AvadaMany thanks
Patrickpatdundee
ParticipantMorning Ally
Sent π
Many thanks
Patrickpatdundee
ParticipantSolved
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 showPhew π
Patrick
- This reply was modified 4 years, 3 months ago by
patdundee.
patdundee
ParticipantHas 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.
patdundee
ParticipantHi 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 cacheI am really puzzeled now π
Thanks
Patrick
patdundee
ParticipantHi Mandy
Try this under global options>Global Style>Text Input Fieldsoutline: 0; border-width: 0 0 2px; border-color: blue
P
patdundee
ParticipantTa
patdundee
ParticipantHi 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
Patrickpatdundee
ParticipantHi Ally
I got it figured I need to change$form->getValue
to$form->getValueText
Regards
Patrickpatdundee
ParticipantHi Ally Drooped 10 bucks in there for you π
Many thanks
Ppatdundee
ParticipantHi 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 anywhereMany thanks
Ppatdundee
ParticipantI 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 updateI 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.patdundee
ParticipantAvtually the whole form layout has gone
patdundee
ParticipantThats 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.
patdundee
ParticipantHi 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- This reply was modified 4 years, 3 months ago by
- AuthorPosts