Forum Replies Created
- AuthorPosts
- December 20, 2017 at 3:16 pm in reply to: Quform plug in and FooBox Image Lightbox (Premium) clash #23657
patdundee
ParticipantHi Ally
On its way to you in a second.On this issue there is a setting under the Advanced Tab which was selected
Deregister Other Lightbox Files
This has no been unchecked and is resolvedKind regards
Patrickpatdundee
ParticipantHi Ally
No changes on the site
Had a clash with lightbox on Foo Box with Quform which has now been resolvedOther than that no other changes.
Have sent all ftp and wp admin details to your email as requestedMany thanks
PatrickDecember 20, 2017 at 2:33 pm in reply to: Quform plug in and FooBox Image Lightbox (Premium) clash #23651patdundee
ParticipantSolved
By Default foobox was set to deregister other lightbox scripts. Quform uses these scripts)
This has now been disabled and the forms are now displaying correctly.
Ppatdundee
ParticipantHere 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-confirmFunctions 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
patdundee
ParticipantHi Ally
Not sure if you have seen this post yetIf 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
Patrickpatdundee
ParticipantHi Ally
Thx I have placed that code in the functions page. I did a search in the whole site and the line to look for is not in my site.P
patdundee
ParticipantHi Nick
On question 1
Go to the form settings and select Databse.
From there you can either use the wordpress database or select your own. After selecting the database, then select the table you wish to add the information to, you can then select your chosen fields you wish to add.
Hope that helps
Ppatdundee
ParticipantI have noticed a similar issue alos on mobile . Page to view on mobile is
logic is set depending on the type of contact you select. All the elements end up hidden behind a text bock. However if the form is static and no logic it displays ok
Ppatdundee
ParticipantHi Galagun
You can add many columns to the same group in rows with different number of columns. Or you can add a group inside a group.
Hope that helps
Ppatdundee
ParticipantHi
That can readily be achieved by selecting eah of the the options and going to Settings/and make sure Logic is selected. From here you can show or hide any element depending on what selection previously matches set rules
Each field is the same as a group and logic can be set for any of them.Hope that helps
Ppatdundee
ParticipantHi Ally
Thx
All done
Patrickpatdundee
ParticipantHi Ally do you want the /tmp/quform in the site root, or plug in directory, or inside the quform plugin folder?
Regards
Patrickpatdundee
ParticipantHi Ally
Plug in swapped over
Regards
Patrickpatdundee
ParticipantWrong post replied to sorry
- This reply was modified 7 years, 8 months ago by
patdundee.
patdundee
ParticipantHi Ally
Until this is resolved, I have changed the from email address to the admin address but used the submitted form email address as the reply to address.
This is the same issue I had a while ago when I first migrated the forms if you remember
It does seem that not all emails are being sent correctly via SMTP. This is proved by the now (5 emails) I have noticed I have not received and have not even hit the mail server. Though I have sent one or two test ones today and received others.
This will be a hard one for you to get to the bottom of as it is intermittant.
Kind regards
Patrick - This reply was modified 7 years, 8 months ago by
- AuthorPosts