Forum Replies Created
- AuthorPosts
- September 11, 2017 at 10:57 pm in reply to: Version 2 so many issues and incompatible on migrate #21868
patdundee
ParticipantThanks for your help. Greatly appreciated. Just to let you know. Conditional logig has to be set on the page setting sfor each form and on some items you have to redo the logic. No great problem that one though.
P
September 11, 2017 at 10:46 pm in reply to: Version 2 so many issues and incompatible on migrate #21866patdundee
ParticipantHi Ally
Many thanks
WP Super was already urned off 🙂 Disabling the combine options solved the issue.
That was the easy one lol now i have to ry the othersP 🙂
September 11, 2017 at 10:09 pm in reply to: Version 2 so many issues and incompatible on migrate #21862patdundee
ParticipantHi Ally
I have activated and imported the forms and am working on Form 1 at the moment I have also adjusted the code on that page to load the new form
If you log back into the admin section and view form 1 (Contact and reservations)
Conditional logic is working in preview but columns is not working
If you then go to the website to the contact page (Select contact from the menu, you will see neither conditional logic works or columns.
The first item is an element where you can set the style to inline, but you cannot set this on any other element inside a group or column, nor can you set it direct from the group
I am on the site at the moment. Please advise
Many thanks
PatrickSeptember 11, 2017 at 7:31 pm in reply to: Version 2 so many issues and incompatible on migrate #21852patdundee
ParticipantHi Ally Forget this post/question I just re-read your post. Will let you know if i get stuck
🙂
Thanks for that. Just to confirm I have a few form redirects 4 in total I beleive
on the add action it is currently
On the function i have the following
function mytheme_modify_form_redirect2($url, $form)
(number 2 at end of redirect relates to the form this is for)
which i beleive should now look lime this
function my_success_redirect_url2($url, Quform_Confirmation $confirmation, Quform_Form $form) {
On the add action currently set to
add_action('quform_success_redirect_url_2', 'mytheme_modify_form_redirect2', 10, 2);
Again notice the number 2 at the end of url and redirect
How would this be set in the new add action in the below example provided ?
add_action('quform_confirmation_redirect_url_1_1', 'my_success_redirect_url', 10, 3);
Many thanks
PatrickSeptember 11, 2017 at 3:35 pm in reply to: Version 2 so many issues and incompatible on migrate #21846patdundee
ParticipantHi Ally
Appreciate you are very busy. Any update on these two questions please?1)
Going through my custom coding and starting to do changes on a copy of functionsOn there i have custom hidden fields.eg: my_set_hidden_price
I notice there are no changes to this particular function name in your new guide so i am thinking the only change would befrom
iphorm_element_value_priceto
quform_element_value_priceAm i correct with this one?
2)
Form redirectI have the following function which you as yet do not have listed on the help section
mytheme_modify_form_redirect($url, $form) This works fine in 1.1
but you do show something similar
function my_success_redirect_url($url, $form)
Are these one in the same? If so do i change my code to
function my_success_redirect_url($url, Quform_Confirmation $confirmation, Quform_Form $form)
Thanks
patrick
- This reply was modified 7 years, 10 months ago by
patdundee. Reason: I cannot spell :)
September 11, 2017 at 11:31 am in reply to: Version 2 so many issues and incompatible on migrate #21842patdundee
ParticipantOne more
Form redirectI have the following function which you as yet do not have listed on the help section
mytheme_modify_form_redirect($url, $form) This works fine in 1.1
but you do show something similar
function my_success_redirect_url($url, $form)
Are these one in the same? If so do i change my code to
function my_success_redirect_url($url, Quform_Confirmation $confirmation, Quform_Form $form)
Thanks
patrick
- This reply was modified 7 years, 10 months ago by
patdundee.
September 11, 2017 at 11:20 am in reply to: Version 2 so many issues and incompatible on migrate #21841patdundee
ParticipantHi Ally
Going through my custom coding and starting to do changes on a copy of functions
On there i have custm hidden fields.eg: my_set_hidden_price
I notice there are no changes to this particular function name in your new guide so i am thinking the only change would befrom
iphorm_element_value_priceto
quform_element_value_priceAm i correct with this one?
Thanks
patdundee
ParticipantI Use WP_SMTP_MAIL for all my forms.
September 11, 2017 at 10:50 am in reply to: All old forms have disappeared with last update ! #21839patdundee
ParticipantPS I to manage a lot of sites with QuForm 🙂
September 11, 2017 at 10:48 am in reply to: All old forms have disappeared with last update ! #21838patdundee
ParticipantHi follol
I have been liasing with Ally on this. They have fixed a lot of bugs and have released Version 2.0.1 today. It should cover the issues. I will be trying it this evening on one of my sites.
If it works fine then the only issue remaining will be to adjust custom coding in functions php.
Like all other custom coding, we do this on our own and luckily (Unlike other plugins) we do get support. So hopefully the only time grinding thing to do will be manually editing the custom functions. There is a guide on what to change for this too.
Fingers crossed :0
PSeptember 11, 2017 at 10:15 am in reply to: Version 2 so many issues and incompatible on migrate #21836patdundee
ParticipantHi Ally
I see the update version has changed to 2.0.1 Is this ready then to try to install and migrate?Many thanks
PatrickSeptember 8, 2017 at 12:08 pm in reply to: Version 2 so many issues and incompatible on migrate #21790patdundee
ParticipantThat’s ok no problem. I love the form with its flexibility. Anyone ever asks me I always recommend this one. Best I have ever come across.
Let me know when you have finished in the site and i will lock it down again.
Regards
PatrickSeptember 8, 2017 at 8:24 am in reply to: Version 2 so many issues and incompatible on migrate #21785patdundee
ParticipantHi Ally
Hows it going? Is it giving you a bit of a headache 🙂
Site is still available to youPatrick
September 6, 2017 at 5:11 pm in reply to: Version 2 so many issues and incompatible on migrate #21775patdundee
ParticipantHi Ally
Thats fine.
September 6, 2017 at 1:58 pm in reply to: Version 2 so many issues and incompatible on migrate #21764patdundee
ParticipantI meant to say, If you need to remove and reinstall any plug ins, go to the main config file and rem out
FS Method, Direct
- This reply was modified 7 years, 10 months ago by
- AuthorPosts