How to use Forms in your Client Portals

How to use Forms in your Client Portals

One of the Portal Item Types is a "Form". This allows you to link the End User to an external Form (such as a Zoho Forms form, a Gravity Forms form, and many other online forms that allow you to set hidden fields that are filled via the URL parameters and allows you to set a redirect URL with parameters).

There are two very important steps to correctly set this functionality up:

  1. Create a "Hash" field on your form
    1. On your form, create a hidden field on the first page of the form that captures the URL paramter of "hash".
    2. Watch our video tutorial on this topic for examples of how to do this.

  2. On Submition of the Form, redirect the user back to the Portal using the hash
    1. In the form settings, set your form to redirect the End User to "https://zeportal.net/[YOUR-PORTAL-NAME-HERE]/?portalItem=[THE-VALUE-FROM-THE-HASH-FORM-FIELD-HERE]"
    2. Watch our video tutorial on this topic for examples of how to do this.

    • Related Articles

    • Create Additional Portal Item

      You may wish to create a Workflow Rule or run code in the After section of a Blueprint transition that automatically creates a Client Portal Item (and links it to an existing Client Portal). For example, you can use this when you receive a form ...
    • Create Portal Script

      You may wish to create a Workflow Rule or run code in the After section of a Blueprint transition that creates a Client Portal Record (with all the Client Portal Items from your chosen Template). The below script will use a ZE Portal built-in ...
    • How to use Merge Tags

      ZE Portal allows you to use Merge Tags in many fields within the Portal, Portal Items, and Portal Templates Just type "#" followed by the a the name of the field, for example "#last" will show you all the merge tags that are available with "last" in ...
    • Answering Forms

      When your portal loads, there may be one or more items listed under "Action Required". When you click on these items, if the action item is for you to fill in a form, the form will open. Fill in the form and once it has been submitted you should be ...
    • How to a Create Client Portal Template