Results 1 to 5 of 5

Thread: how can I create new forms? <%$country%>

  1. #1
    Join Date
    Sep 2007
    Posts
    19

    Default how can I create new forms? <%$country%>

    I'm changing the layout myself, but I got a new problem, in the search form I've created a country list, but how can I put there? how can I know the tag that was created?
    <%$country%> I guess this is wrong cause it's not working

  2. #2
    Join Date
    Sep 2006
    Posts
    167

    Default

    Did you create country in your custom field in admin section ?
    Anotny
    Hotel Discount Web Search
    www.hotel-discount.com

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

    Default

    You can't use a variable unless it already exists, or you program it yourself.

    Here's the proper way to go about it.

    You would need to add Country as a custom field. Then add this custom field to all pages that may display it (add, new, hot, browse etc)

    In the search.html you have to create a drop down box with a country list so the user could select a country (or use a text box but that offers up the possibility of user typo errors) and then name it properly so it could check the database for matches.

    No I haven't tried this, it's just a theory and it may not work as simply as I've explained it. Go ahead and give it a shot and let us know if it works.

  4. #4
    Join Date
    Sep 2007
    Posts
    19

    Default

    yes, I've created a new field called country and a few other custom fields.
    When I use
    <%$custom_field_form%>

    appears all off them, but in a few places I only want to show country field. How I suppose to do that?
    regards,
    allan

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

    Default

    Don't use custom_form_filed then, use only the fields that you specify.

    If the field is called country then call it with <%$country%>

Similar Threads

  1. mod_rewrite,ajax and country language
    By linksor.com in forum v5.x
    Replies: 24
    Last Post: 05-22-2009, 12:16 PM
  2. Country Flag
    By L.Murugesan in forum Tutorials, Hints & Tips
    Replies: 0
    Last Post: 05-26-2007, 02:06 PM
  3. Multiple add forms
    By manuel_pr in forum v5.x
    Replies: 10
    Last Post: 01-17-2007, 06:58 PM
  4. Reviews & Forms?
    By Hart_House in forum v5.x
    Replies: 2
    Last Post: 04-27-2002, 08:19 PM
  5. Forms
    By Carlitus in forum v5.x
    Replies: 1
    Last Post: 09-08-2001, 12:26 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
  •