Webmastersite.net
Register Log In

Add Fields + support form issue

Comments on Add Fields + support form issue

ModemGuru


Usergroup: Customer
Joined: Mar 22, 2006

Total Topics: 8
Total Comments: 50
Posted Apr 25, 2008 - 2:29 PM:

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
ModemGuru


Usergroup: Customer
Joined: Mar 22, 2006

Total Topics: 8
Total Comments: 50
Posted Apr 25, 2008 - 3:48 PM:

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>
  • Search thread for
    Download thread as
    • 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.