Webform will not work
Added by Wade Harvey over 11 years ago
I have Version 3.0 I put in the proper url
http://website.com/node/add? edit[title]= --A--first_name--B--20--A--last_name--B--&edit[field_phone_number][0][value]= --A--phone_number--B--edit[field_location_name][0][street]= --A--address1--B--&edit[field_location_name][0][city]= --A--city--B--&edit[field_location_name][0][province]= --A--state--B--&edit[field_location_name][0][postal_code]=-- --A--postal_code--B--&edit[field_home_conf][value][Yes]=Yes&edit[field_story_home[value]][1%20Story]=1%20Story
It only saves to http://website.com/node it will not add the rest. Please help
Replies (8)
RE: Webform will not work
-
Added by Jefferson Varias over 11 years ago
Hi Wade,
Good day.
You can try updating your system, Just run the following command:#yum update -y then try creating your webform again.
Thank you!
RE: Webform will not work
-
Added by Andy B over 11 years ago
We have updated the system with #yum update -y, but the effect is the same.
HOWEVER, I was able to reproduce the issue both positively and negatively...note the URL (URL GET parameters did not make any effect)
Case 1: Negative
If I enter "http://mywebsite.com/node/add/appointments?edit[title]=--A--first_name--B-(cont...)", press "Save Settings", close the Campaign window and go back in, the only part of the URL that stays is "http://mywebsite.com/node/"
Case 2: Positive
I took the URL in question and made a bit.ly link out of it - "http://bit.ly/XXXXXXX?edit[title]=--A--first_name--B--(cont..)", pressed "Save Settings", closed the Campaign window and then went back in to it - the URL SAVED PROPERLY.
So, I don't know if the Webform field has an issue with multiple subdirs on a URL, but that's what it seems like to me.
Anyone see it any differently?
RE: Webform will not work
-
Added by Andy B over 11 years ago
To add one more thing to my previous post - no, the bit.ly link doesn't work because it strips out my URL GET parameters when it gets processed by bit.ly....tried that one. =)
RE: Webform will not work
-
Added by Andy B over 11 years ago
Something about how the value is getting passed to "/index.php/go_campaign_ce/go_modify_settings/'+campaign_id+'/modify/'+basicArray+'/'+advArray+'/'+isAdvance+'/'+allowed_inbgrp+'/'+notallowed_inbgrp" that is munching the extra subdirs in the webform URL.
RE: Webform will not work
-
Added by Andy B over 11 years ago
Follow up on this - support has indicated that this bug has been resolved and will be included in the next release. That timeframe I don't know though.
RE: Webform will not work
-
Added by Demian Biscocho over 11 years ago
We'll have an update by next week. As usual just run: "yum update -y" to update the system.
RE: Webform will not work
-
Added by Andy B over 11 years ago
We have not seen any updates to fix this issue yet - is there a timeframe?
RE: Webform will not work
-
Added by Demian Biscocho over 11 years ago
The update is available in our goautodial-testing repo. Here's how to use it:
Append the goautodial-testing repo to the goautodial.repo file
nano /etc/yum.repos.d/goautodial.repo
[goautodial-testing] name=CentOS-$releasever - Goautodial - Testing baseurl=http://downloads2.goautodial.org/centos/$releasever/testing/$basearch/ enabled=0 gpgcheck=0
Update the goautodial-ce package:
yum -y update goautodial-ce --enablerepo goautodial-testing
Let us know how it goes.