Trying to pass values to a page from the "No entries message" field but not working; any ideas?
[100] = ABC
[101] = 123
Code:
<a href="www.test.com?test=[100]&test2=[101]">Test</a>
Result:
Redirects to www.test.com?test=[100]&test2=[101]
Desired:
Redirects to www.test.com?test=ABC&test2=123
The code works fine when used on the main body of the page, just not in the No Entries Message section
thanks!
If there are no entries, then there's...no entry :). So the shortcodes have no meaning. You can't show field 100 from nothing. My guess is that that's not really what you want to do so I suggest rethinking your goal and/or explaining it fully here.
Previous reply doesn't seem to have posted, but you've answered my question! I was trying to pass 100 and 101 from a view of a form, which is why they didn't exist. I've changed to get param=x now and all working. Thank you!!
Please login or Register to submit your answer