diversity Posted March 30, 2017 Report Share Posted March 30, 2017 I am trying to pass a parameter through a field in the Tabular option. I need to be able to input the following script (<a href="URL?SupplierID=[@field:SupplierID]">Click Here</a>) into a field and pass it to the next page with the SupplierID in tact. I am aware that you can create a HTML Block to pass a parameter, but I need to input the script into a field, have it load on the page, and then allow the user to click on it and take them to the next page which will be a new URL + the matching SupplierID on that URL. Any ideas on how to do this? I also would like to know how to hide a Dropdown field on the DataPage Elements screen in the Tabular option. Does anyone know how either can be done? Quote Link to comment Share on other sites More sharing options...
Mathilda Posted March 30, 2017 Report Share Posted March 30, 2017 11 hours ago, diversity said: I am trying to pass a parameter through a field in the Tabular option. I need to be able to input the following script (<a href="URL?SupplierID=[@field:SupplierID]">Click Here</a>) into a field and pass it to the next page with the SupplierID in tact. I am aware that you can create a HTML Block to pass a parameter, but I need to input the script into a field, have it load on the page, and then allow the user to click on it and take them to the next page which will be a new URL + the matching SupplierID on that URL. Any ideas on how to do this? I also would like to know how to hide a Dropdown field on the DataPage Elements screen in the Tabular option. Does anyone know how either can be done? As far as I understand, you need to use field value as a link. You need to use HTML block with link and insert field parameter instead of "Click Here". Also you may use CSS to hide field and field name on results page. This post should be helpful. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.