S
Sharon Gano
I used the following method to display a form field that was passed from a
previous page:
<% = request("field_name") %>
This method displays the field contents inside of a text box. Is there any
way to display the field contents as just flat text instead?
previous page:
<% = request("field_name") %>
This method displays the field contents inside of a text box. Is there any
way to display the field contents as just flat text instead?