Topic RSS
2:16 pm
there is a bug in Use custom input field names&ids function – the function which sanitize the name does not replace many wrong characters, like ":", non-iso chars etc. I think you should use the function which is integrated in the wordpress for creating post slugs (plus it would be necessary to remove numbers from the begining of the slug, if there are any – Id's cannot start with numbers)
4:22 pm
March 6, 2005
Offlineso why don't you use proper ID's then :-)
that's what the new feature is for!
ps: how is the localization coming along?
7:47 pm
How do you set custom Ids and names for your fields? i keep getting "cf2_field_5" and I need to send data to another site, with other names and ids.
I can't find how to do it.
Thanks
9:14 pm
March 6, 2005
Offlinelook for (on main form config page):
Use custom input
field NAMES & ID's
and read the Note:
This feature replaces the default NAMEs/IDs (e.g. cf_field_12) with custom ones, either derived from the field label you have provided or by specifically declaring it via [id:XYZ],e.g. Your Name[id:the-name]. This will for instance help to feed data to third party systems (requiring certain input field names in the $_POST variable).
9:47 pm
Thank you!!
Can't believe I havn't seen it.
One more question, I need some id to be "specialid:19092" cause i'm submiting my info to iContact, but the ":" gets cleaned up when the form is printed.
Can I avoid this?
7:15 am
March 6, 2005
Offlinecforms "sanitizes" input ID's to make sure users can't use unsupported special characters etc. the colon seems to be also affected by it.
The only workaround for now is to edit lib_aux.php and add:
return $string;
just underneath the function (in the next line!):
cf_sanitize_ids($string){..
8:31 pm
Oliver said
look for (on main form config page):Use custom input
field NAMES & ID's
and read the Note:
This feature replaces the default NAMEs/IDs (e.g. cf_field_12) with custom ones, either derived from the field label you have provided or by specifically declaring it via [id:XYZ],e.g. Your Name[id:the-name]. This will for instance help to feed data to third party systems (requiring certain input field names in the $_POST variable).
When using the plug-in…I found that declaring the ID first helped. i.e [id:xyz]|Property Type|
For some reason it would not recognize after the ending pipe
5:13 am
I'm finding that if custom fields are enabled, I get 404 errors when moving to the next page on multi-page forms. Is this normal? Running v14.6., WP 3.5
Cheers
Most Users Ever Online: 959
Currently Online:
37 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
tracedef: 43
mores: 21
Gyrus: 20
frozenwaste: 18
asuffredini: 15
photoworks: 14
Member Stats:
Guest Posters: 3553
Members: 1464
Moderators: 3
Admins: 1
Forum Stats:
Groups: 1
Forums: 4
Topics: 5160
Posts: 18393
Newest Members: juredujmovic, dreamkeeper, rajattyagi, wrokaa, lukass
Moderators: Paul (421), cnymike (8), sonika (95)
Administrators: Oliver (6398)
FAQs
Home
Add Reply
Add Topic
Quote











