Webmastersite.net
Register Log In

Simple question about using custom fields

Comments on Simple question about using custom fields

filestorage
Beginner

Usergroup: Customer
Joined: Aug 08, 2013

Total Topics: 4
Total Comments: 6
Simple question about using custom fields
Posted Oct 08, 2013 - 11:47 AM:

I am having trouble adding custom fields. I have followed the guide at scripts.webmastersite.net/w...adding-a-new-field-98.html but it doesn't show up correctly on the add submission page or advanced search. I added two allowed value fields (yes,no) but they do not show up on the page.

Checkbox


Dropdown menu
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Oct 08, 2013 - 4:37 PM:

Fixed for the next release.

To fix your current search code, at Admin -> Templates -> Manage Templates -> Advanced Search, search for the field name you added and change the html to this:

<br >and the yourfieldname is <input type="hidden" name="yourfieldnamecondition" value="is" ><select name="yourfieldnamesearch"><option value="yes">yes</option><option value="no">no</option></select>

replacing yourfieldname with your field name.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.