Foxit eSign

Foxit eSign

This article will guide you through using Foxit eSign to create forms that include fillable fields and signature options for secure, verified data collection.

Table of Contents:

How to Access Foxit eSign

You can create fillable forms with Foxit eSign by going to:

Home Foxit eSign

https://na1.foxitesign.foxit.com/home

The login process for this is very specific. To log in:

  1. Go to https://na1.foxitesign.foxit.com/home

  2. Click on the SSO Login button:

    image-20260226-153410.png

     

  3. Enter your OTC email address and click on Sign In.

  4. Continue signing in and complete your multifactor, if prompted.

  5. You may see an option to sign into a specific account. If more than one appears, make sure to select the one that says OZARKS TECH COMMUNITY COLLEGE (Account# 821812):

    image-20260226-153630.png

     

  6. Once you log in, you will arrive at the home screen:

    image-20260226-153701.png

 

Now we can start making templates!

Creating a Template

Templates are documents or forms you can create and reuse without having to enter a new recipient list each time. These are great for forms that require repeated use - sign-ups for a service, requests for information, etc.

To create one:

1. Upload Your Document

  • Click on the Upload button above ‘Create a Template’ to select the document you wish to be made into a template:

    image-20260226-153919.png


    In this example, I will be using an equipment checkout form.

  • Once uploaded, you will be brought to the template creation screen:

    image-20260226-154029.png


    This is where we customize our form with interactable fields.

    Note: Foxit may try to detect and autofill fields, such as checkboxes (as seen in my example above).

2. Set the Recipients

  • On the right side of the screen, you can specify which parties will receive this form and in what order.

    image-20260226-160323.png


    In my example, I am having Party Number 1 be the Requestor - the person requesting equipment from us. Then, I added a second party - Party Number 2 - as an IT Technician. Logically, this is because I want the form to move from the requester to the technician they are working with to request equipment. Finally, I set myself as a CC field using the drop-down box - this ensures I receive a copy of the completed form at the end.

    Review your form and decide which parties will receive it and in what order. Once set, we can move on to placing fields.

3. Add Form Fields

  • Customize your form! There are many fields you can drag and drop onto your form:

    image-20260226-155546.png


    From top to bottom, here are the most commonly used fields and what they are:
    - Signature: Places a field that lets someone e-sign the form.
    - Initial: Places the initials of the signer’s name here.
    - Signer Name: Places the first and last name of the signer here.
    - Date Signed: Places the date when the document was signed here.
    - Signer Email: Places the signer’s email address here.
    - Text Field: Creates an empty text field that allows for typing.
    - Text Box: Similar to a field but in a box format, good for paragraphs.
    - Date Field: A field that allows the signer to select a specific date.
    - Checkbox Field: Creates checkboxes on the form.
    - Radio Button: Similar to checkboxes, but only allows for one selection, while checkboxes can allow for more than one.
    - Attachment Field: Allows the signer to upload an attachment.

    Note that the fields in my above example are blue - this corresponds to the recipient I detailed in the previous step.

    Party Number 1 is blue:

    image-20260226-160742.png


    Which, on the fields list, is reflected by color and the name of the recipient at the top:

    image-20260226-160936.png


    To change the recipient/party you are setting fields for, select the drop-down menu and click on it:

    image-20260226-161106.png

     

  • Adding these fields is as easy as dragging and dropping your selected field onto the form and then resizing as desired:

    eSignKB1.mp4

     

  • Make sure to save your progress regularly!

    image-20260227-145453.png

     

  • Once you are satisfied with the form layout, click on ‘More Actions' in the upper-right corner, and then on ‘Save and Close’.

    image-20260227-145546.png

     

  • You will be brought back to the template screen in Foxit eSign, where your newly created template will be listed.

    image-20260227-145907.png

     

4. Creating a Link to the Form

To create a link to your newly created form:

  • On the templates screen (Foxit eSign Reusable Templates), check the box to the left of your template, then click on Create Online Form at the top.

    image-20260227-150152.png

     

  • This will take you to the link creation screen. Move through the process, changing options as best suited for your form:

    image-20260227-150310.png

     

Note: On the ‘Instructions and Success URL’ section, there is an option to create a Draft URL - this is perfect for testing forms before going live with them, and highly recommended.

image-20260227-150734.png
  • Once a link has been generated, feel free to email it, embed it on a website, or share it more widely to receive submissions!

This covers the basics of template creation. More advanced topics, such as checkbox grouping and conditional logic, are in the Advanced Form Fields section below.

Advanced Form Fields

This section will detail some of the more advanced features in Foxit eSign for customizing your form and its fields.

Checkbox Groups

When you drag and drop a checkbox onto a form, it will appear by itself and, by default, not be grouped with other checkboxes. This means that if you have a validation in mind, such as limiting the number of checkboxes checked, it will not work. Checkboxes must be grouped to establish these rules.

To create a checkbox group:

  1. Drag multiple checkboxes onto a form.

    image-20260227-153239.png

     

  2. Click on a checkbox and go to the right-hand side of the page. It should be open to Field Properties. Under Checkbox Group, type in a name for the group you are making.

    image-20260227-153451.png

     

  3. Then, click on another checkbox you want to join to the same checkbox group. Click on the Checkbox Group box, and the new group name you created should appear as a drop-down.

    image-20260227-153611.png

     

  4. You can make as many groups as you like, so feel free to create multiple groups based on how your form will be responded to.

Conditional Logic

Conditional logic is like saying, “If this happens, then do that,” helping decisions follow different paths based on what’s true. In Foxit eSign, you can hide or show fields depending on the behavior of other ones - “If this checkbox is checked, then show this textbox.”

In my example document, I have a checkbox labeled ‘other’ followed by a text section that explains what ‘other’ means. It makes sense to me to hide the textbox unless the ‘other’ checkbox is indeed checked.

image-20260227-154253.png

In order to set this up:

  1. I have to name both fields.

    • I click on the 'other' checkbox and, in its field properties, name it ‘ckbx Other’.

    • I do the same for the textbox, naming it OtherAnswer.

      image-20260227-154428.png

       

      image-20260227-154450.png

       

  2. I then have to think logically - I want the textbox, OtherAnswer, to only show when the checkbox, ckbx Other, is checked. Who is being affected here? The textbox. This means the textbox is dependent on the checkbox.

  3. I click on the textbox and check the ‘Mark it as Dependent Field’ option towards the bottom of the field properties.

  4. I set the ‘parent’ field to ckbx Other.

  5. I specify that the parent’s value must be ‘checked’.

    image-20260227-154757.png

     

  6. This now means that the textbox will only show when the specified checkbox is checked.

Helpful Links

FAQ

  • Does my department have to pay for envelopes sent through Foxit?

    • Nope! IT is managing that.

  • Do I have to test my form before using it?

    • It is highly recommended to test your form before using it - that way, you can identify any bugs before going live.

  • More to come.

 

If you need additional help, please contact the Help Desk: