Simple question about using custom fields
Posted Oct 08, 2013 - 1:47 PM:
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.
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.
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.
Comments on Simple question about using custom fields
Beginner
Usergroup: Customer
Joined: Aug 08, 2013
Total Topics: 4
Total Comments: 6
Posted Oct 08, 2013 - 1:47 PM:
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
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
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.