Results 1 to 4 of 4

Thread: Different Groups of Custom Fields for Different Subsections

  1. #1
    Join Date
    Apr 2004
    Posts
    46

    Exclamation Different Groups of Custom Fields for Different Subsections

    Sent this email a while ago but I havent gotten any reply so I'm now trying the forums.

    Do you guys support different groups of custom fields for different subsections of IndexU?
    e.g. Price & platform for software section , business hours & address for brick and mortar stores

    Any possible workaround to it?

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    If you sent it by email then you would have received a notice back saying a ticket was created. If you did not receive a notice then we did not receive the email.

    I answer all emails that are received.

    Remove %custom_form_field% and then add all your custom fields. Then use an IF statement in detail_link.html like

    <%if $cat == 1%>
    <%$price%><br />
    <%$platform%>
    <%elseif $cat == 2%>
    <%$businesshours%>
    <%else%>
    Add something here by default
    <%/if%>

    Yes you must do the categories numerically, it will not work if you use the category name.

  3. #3
    Join Date
    Sep 2008
    Posts
    6

    Default Add Form

    How can i do this in add form?

    thanks

  4. #4
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    This isn't a support forum, this is for pre-sales questions.

    Search the forum, this has been answered many times.

    Thread closed

Similar Threads

  1. Custom fields
    By jdez in forum v5.x
    Replies: 3
    Last Post: 02-06-2008, 11:17 PM
  2. Custom Fields
    By L.Murugesan in forum Tutorials, Hints & Tips
    Replies: 1
    Last Post: 05-25-2007, 03:11 PM
  3. Custom fields
    By zopm in forum v5.x
    Replies: 8
    Last Post: 04-06-2005, 12:15 AM
  4. Custom Fields
    By devbite in forum v5.x
    Replies: 2
    Last Post: 11-05-2003, 03:05 PM
  5. Replies: 1
    Last Post: 06-24-2002, 06:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •