Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Posts: 49
Posted 04/25/08 - 12:29 PM:
#1
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.
Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Posts: 49
Posted 04/25/08 - 01:48 PM:
#2
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>