i have a custom field called year in a repeatable region that I want to be able to search. I have a form that has "from year" and "to year" and would like to return all records that fall in the range of said years.
I have this so far:
<cms:pages masterpage='investigator/article-database/article-list.php'
custom_field="article_date=<cms:gpc 'fromyear' />" folder="<cms:gpc 'cat' />"
show_future_entries = '1'>
I just need to know how to include the range search within the article_date custom field. This works fine when only the start year is filled out.
thanks
I have this so far:
<cms:pages masterpage='investigator/article-database/article-list.php'
custom_field="article_date=<cms:gpc 'fromyear' />" folder="<cms:gpc 'cat' />"
show_future_entries = '1'>
I just need to know how to include the range search within the article_date custom field. This works fine when only the start year is filled out.
thanks