Results 1 to 2 of 2

Thread: custom form field

  1. #1
    Join Date
    May 2003
    Location
    Germany
    Posts
    12

    Question custom form field

    Hi all,

    first i have to say that INDEXU 3.1 is great.
    Hope that my money is still a good investment.

    Now i have the first questions.

    1. I“ve hacked INDEXU to show custom fields with
    radio buttons and menu.
    But it shows it not in the admin area.
    Only the radiobt and menudd with empty textareas.
    How do i do it to show the radiobuttons and menus
    in admin area?

    2. I“ve created a custom field called language.
    What have i to do to show countryflags instead of text?

    Hope you all understand my bad english.

    greetz
    acio

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    acio, thank you for your positive feedback.
    1. I“ve hacked INDEXU to show custom fields with
    radio buttons and menu.
    But it shows it not in the admin area.
    Only the radiobt and menudd with empty textareas.
    How do i do it to show the radiobuttons and menus
    in admin area?
    I have write technical notes how to use radio button and drop down menu. Please read updated tech.notes in www.indexu.com/technote/
    2. I“ve created a custom field called language.
    What have i to do to show countryflags instead of text?
    My suggession is:
    - you need to add custom filed called country, use varchar type
    - you should put drop down menu selection for country list
    - you need to have upload county flag image. Put it in a folder called /country_flag. These images has name related to country name or code. Having the same value with in country field.
    - then in your rows.html, just put the following code to show flag image
    Code:
    <img src=/country_flag/<%country%>.gif>
    I hope this will help.

Similar Threads

  1. Replies: 18
    Last Post: 12-25-2003, 08:31 PM
  2. Using Radio Button and Drop Down Menu in Custom Field
    By dody in forum Tutorials, Hints & Tips
    Replies: 2
    Last Post: 12-20-2003, 10:58 PM
  3. How to add new custom field
    By jacob in forum v5.x
    Replies: 2
    Last Post: 08-08-2002, 10:48 PM
  4. Adding a Custom Field
    By craven in forum v5.x
    Replies: 1
    Last Post: 07-01-2002, 08:49 AM
  5. Adding custom Field with pictures
    By TheLobo in forum v5.x
    Replies: 0
    Last Post: 10-04-2001, 10:18 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
  •