Recordit PepperStation



response page



setup a response page

A response page is a web page that Recordit creates and displays in response to a form submission. This page can contain any standard HTML and the administrator includes both "plain text" and WYSIWYG editors to assist in creating your response page(s).


Typically, you will choose to use a response page versus a response URL when you need to display information submitted like first name, date etc. To start, it is often easiest to paste one of your web pages right into the administrator so the response page will have the same look as your site. Make sure any graphic paths used in your HTML are modified to include the full http:// path.


We have developed a tag language that allows you to to create rich response text on your pages.

Here are two tag examples:

[[ value: name="greeting first name" attribute="first_name" ]]
[[ value: name="greeting last name" perform="set" attribute="last_name" suffix="," ]]

The above tags will place the submitter's first and last name on the response page. The last_name will only be placed if it was submitted and it will include a ',' as a suffix.




previous      next