+ Reply to Thread
Results 1 to 5 of 5

Thread: Custom add form

  1. #1

    Custom add form

    I need to call each field individually in the entry form.
    I can recall groups of fields individually but not the fields.
    Can you tell me how to do? Please reply to this post...

    Thanks

  2. #2
    Do you want it for details page?

    for details page you can access listing field values in the template as below

    Code:
    Only registered members can view the code.
    where "common" fields group key
    and "title" field key


    for short form it's

    Code:
    Only registered members can view the code.

  3. #3
    Hallo Mike,

    no I mean the fields in the form of new ad insertion (add_listing.tpl).
    I need to put some fields on the same line......

    Thanks

  4. #4
    ah, it's more complex then.

    Actually not sure there is solution without remaking it..

    there is loop through the fields and script prints a "table row" for each field. It's tricky inside the loop to combine fields anyhow.

    If you really need it please give us exact information how you wnat it (what fields, where) in the ticket. I'm sorry but changes' likely to cost something

  5. #5
    Ok thanks Mike.
    As soon we will know the exact fields will open a ticket.

    Thanks

+ Reply to Thread