I submitted a form yesterday on this (and again today), but never received an auto response from submitting the form, while I have in the past. I wanted to make certain you received my question.
I have added several custom fields to my link submittal form. I have no problem getting the custom fields to display on the link details page using (LINKCUSTOMLINK), but if it was a multiple select or series of checkboxes the {LINKCUSTOMLINK} displays:
yes
and nothing else. Have been wracking my brain on this one, but can't figure out how to get it to display the values. I checked in phpmyadmin and the links with the custom fields saved do have the multiple values in them.
Ok, Paul just got back to me and the support form IS working, it just doesn't appear to send an autoresponse any more. Has been quite some time since I submitted a support request. ;-)
In case this helps anyone, here's the solution:
Say I had three checkboxes for my custom field:
I own a dog
I own a cat
I own a gerbil
Then the code to display whichever boxes were checked would be:
<IF {LINKCHECKED[customlink <,> I own a dog]}>I own a dog</IF> <IF {LINKCHECKED[customlink <,> I own a cat]}>I own a cat</IF> <IF {LINKCHECKED[customlink <,> I own a gerbil]}>I own a gerbil</IF>
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Add Fields + support form issue
Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Comments: 50
I submitted a form yesterday on this (and again today), but never received an auto response from submitting the form, while I have in the past. I wanted to make certain you received my question.
I have added several custom fields to my link submittal form. I have no problem getting the custom fields to display on the link details page using (LINKCUSTOMLINK), but if it was a multiple select or series of checkboxes the {LINKCUSTOMLINK} displays:
yes
and nothing else. Have been wracking my brain on this one, but can't figure out how to get it to display the values. I checked in phpmyadmin and the links with the custom fields saved do have the multiple values in them.
Your thoughts?
Thank you,
Brad
Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Comments: 50
Ok, Paul just got back to me and the support form IS working, it just doesn't appear to send an autoresponse any more. Has been quite some time since I submitted a support request. ;-)
In case this helps anyone, here's the solution:
Say I had three checkboxes for my custom field:
Then the code to display whichever boxes were checked would be:
<IF {LINKCHECKED[customlink <,> I own a dog]}>I own a dog</IF>
<IF {LINKCHECKED[customlink <,> I own a cat]}>I own a cat</IF>
<IF {LINKCHECKED[customlink <,> I own a gerbil]}>I own a gerbil</IF>