Home > Basic Functions > Field Options > Send Value By Options
Send Value By Options

- Send Value By: Select how the Value for this field should be handled after the user has submitted the form. Choices are explained below:
- None: Do not send the value
- Session: Creates a Sesson Variable using the name in the "Value Name" field. This makes the value available by Name to any process in the Website which can assess the Session Object. A good example of use is to send the user to another Form Master form where some of the First Form Data is placed in Session and used in the Second Form.
- Url: This option will send the value of the field as a Parameter in a Url using the name in the "Value Name" field when redirect is set in Other Settings. One example of use it sending Product ID information to an external Shopping Cart, or Payment Processor such as PayPal®.
- Cookie: Creates a Trasient Cookie using the name in the "Value Name" field. This makes the value available by Name to any process in the Website which can read a Cookie Value.
- Silent Post: Creates an HTTP Post as a Background process to the URL specified in Other Settings. Read more about using Silent Post
- Silent Post & Sesson: A combination of the two actions adding more flexibility for the post submit process
- Silent Post & Cookie: A combination of the two actions adding more flexibility for the post submit process
- Value Name: Assigns a name to the Field Value by which other processes can access the value.
See also
|