Results 1 to 2 of 2

Thread: custom field error

  1. #1
    Join Date
    Mar 2008
    Posts
    19

    Default custom field error

    I added custom select.but I can't only see it in add form only.I cannot see it in search form

    Here the my search form code
    HTML Code:
    <fieldset>
            <div>
              <label><%t%>Title<%/t%></label>
              <span><input type="text" name="title" /></span>
            </div>
            <div>
              <label><%t%>Url<%/t%></label>
              <span><input type="text" name="url" /></span>
            </div>
            <div>
              <label><%t%>Description<%/t%></label>
              <textarea name="description"></textarea>
            </div>
          
              <table border="0" width="100%" cellspacing="0" cellpadding="0">
    			<tr>
    				<td width="72" >  <div>
              <label><%t%>Category<%/t%></label></div></td>
    				<td> <div id="cat_div"><%$category%></div>
            </td>
    			</tr>
    			</table>
                 <div>
              <label><%t%>Contact Name<%/t%></label>
              <span><input type="text" name="contact_name" /></span>
            </div>
            <div>
              <label><%t%>Email<%/t%></label>
              <span><input type="text" name="email" /></span>
            </div>
            <div>
              <label>&nbsp;</label>
              <input type="submit" value="<%t%>Search<%/t%>" />
            </div>
          </fieldset>

  2. #2
    Join Date
    Mar 2008
    Posts
    19

    Default

    ok I can see now.thanks

Similar Threads

  1. Custom Field
    By Millards in forum INDEXU DELUXE v1.x
    Replies: 6
    Last Post: 05-18-2008, 02:03 AM
  2. Custom field Error
    By Areastore in forum v5.x
    Replies: 1
    Last Post: 05-10-2008, 10:54 PM
  3. Custom field
    By saj in forum v5.x
    Replies: 9
    Last Post: 12-15-2007, 09:42 AM
  4. Custom Field
    By cegerxwinn in forum v5.x
    Replies: 3
    Last Post: 01-27-2007, 08:19 PM
  5. How to add new custom field
    By jacob in forum v5.x
    Replies: 2
    Last Post: 08-08-2002, 10:48 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
  •