Difference between revisions of "V2 Event Forms"

From docs
Jump to: navigation, search
(Created page with "Path: Callproof Support - New Website - Event Forms = Event Forms = Configurable activity forms under '''Home → Customizations → Event Forms'''. * '''URL pr...")
 
Line 3: Line 3:
 
= Event Forms =
 
= Event Forms =
  
Configurable activity forms under '''Home → Customizations → Event Forms'''.
+
Use Event Forms to create custom forms your team fills out for accounts (contacts), such as visit checklists, surveys, or appointment details.
 +
Managers set up the forms and fields. Sales reps and other users complete forms on accounts and review submitted entries.
  
* '''URL prefix:''' <code>/eforms/</code>
+
From Event Forms you can also:
* '''App:''' <code>event_forms/</code>
 
* Used by field reps to capture visit/call data on a contact (checklists, scores, notes, images).
 
* On submit: can award points, send emails, schedule a task, and post to a webhook.
 
  
== Main screens ==
+
* Add and edit form templates
 +
* Hide forms from the account menu
 +
* Copy an existing form
 +
* Review form entries
 +
* Fill a form on an account
  
=== Event Forms list ===
+
[[File:EventFormsList.png|300px|thumb|Event Forms]]
* '''URL:''' <code>/eforms/</code>
+
<div style="clear:both;"></div>
* Lists all company event forms.
 
* Shows: Name, notification emails, field count, entries count, points, actions.
 
* Actions: edit, copy, delete, hide, remove link, sort A–Z.
 
* '''Add Event Form''' → <code>/eforms/event_add_new_form/</code>
 
  
=== Add / Edit Event Form ===
+
== How to open Event Forms ==
* '''Add:''' <code>/eforms/event_add_new_form/</code>
 
* '''Edit:''' <code>/eforms/edit/&lt;event_form_id&gt;/</code>
 
  
==== Form settings ====
+
=== Option A — From the main menu ===
* '''Form Name''' (required)
 
* '''Notification Email''' — one address per line; emailed when a form is submitted
 
* '''Points''' — points awarded when the form is completed
 
* '''Treat Event Form As''' (required):
 
** Appointment
 
** Webinar
 
** None
 
* '''Additional options:'''
 
** Schedule Task — create a follow-up/task after submit
 
** Send Email Copy to Rep — copy the submitting rep
 
** Use Previous Event Form Custom Field Data if Available — prefill from last entry
 
* '''Limit Account Types''' — restrict which account types can use this form
 
  
=== Event Form fields ===
+
# Sign in to CallProof.
* Attach '''regular fields''' and '''custom fields''' to a form.
+
# In the left sidebar menu, open the menu item for '''Event Forms''' (label may vary by company setup).
* Set required / optional.
+
# The '''Event Forms''' list opens.
* Manage dropdown/radio options (including auto options).
 
* Reorder fields; delete fields from the form.
 
* Key URLs:
 
** Custom field on form: <code>/eforms/&lt;pk&gt;/custom_field/&lt;custom_field_id&gt;/</code>
 
** Regular field: <code>/eforms/&lt;pk&gt;/regular_field/&lt;regular_field_id&gt;/</code>
 
** Add new field: <code>/eforms/add_new_custom_field/&lt;pk&gt;/</code>
 
** Field options: <code>/eforms/fields/&lt;pk&gt;/options/&lt;custom_field_id&gt;/</code>
 
  
=== Event Forms Entries ===
+
=== Option B — Open Event Forms directly ===
* '''All entries:''' <code>/eforms/entries/</code>
 
* '''Per form:''' <code>/eforms/&lt;event_form_id&gt;/details/</code>
 
* Search/filter submissions; mark completed / not completed.
 
* Edit entry: <code>/eforms/&lt;event_form_id&gt;/edit/&lt;contact_event_form_id&gt;/</code>
 
* Delete entry: <code>/eforms/&lt;event_form_id&gt;/delete/&lt;contact_event_form_id&gt;/</code>
 
* Fill new form on a contact: <code>/eforms/&lt;event_form_id&gt;/contact/&lt;contact_id&gt;/new/</code>
 
  
=== After-call forms ===
+
# Open your web browser.
* Forms can be flagged as after-call forms (<code>is_after_call_form</code>).
+
# Go to your CallProof website and add <code>/eforms/</code> at the end of the address (for example: <code>https://appv2.callproof.com/eforms/</code>).
* Configure via:
+
# Press '''Enter'''.
** <code>/eforms/after_call/</code>
+
# The Event Forms list appears.
** <code>/eforms/set_after_call/</code>
 
* Prompted after a call so the rep can log outcomes quickly.
 
  
=== Exports & schedules ===
+
=== Option C — From Quick Links on Event Form pages ===
* Export entries: <code>/eforms/export/</code>
 
* Scheduled exports: <code>/eforms/schedule_exports/</code>
 
* Create schedule: <code>/eforms/save_scheduled_eform/</code>
 
* Edit / delete / run now:
 
** <code>/eforms/edit_scheduled_exports/&lt;id&gt;/</code>
 
** <code>/eforms/schedule_delete/&lt;id&gt;/</code>
 
** <code>/eforms/run_now/&lt;id&gt;/</code>
 
  
== Quick Links (in UI) ==
+
# Open any Event Forms page (list, add form, edit form, or entries).
* Add Event Form
+
# Click '''Quick Links'''.
* Event Forms
+
# Choose '''Event Forms'''.
* Event Forms Entries
 
  
== What happens on submit ==
+
=== Option D — From Event Forms Entries ===
* Creates a '''ContactEventForm''' linked to company, user, contact, and form.
 
* Stores answers (custom/regular field values), optional GPS (lat/long), points.
 
* Can mark '''completed''' with a completed date.
 
* Can link to an appointment.
 
* Can attach personnel (people at the account).
 
* Can create a scheduled follow-up task.
 
* Can send notification emails (and optional copy to rep).
 
* Can POST to '''post_back_url''' (webhook) with secret/method if configured.
 
  
== Key data models ==
+
# Open '''Event Forms Entries''' (see below).
 +
# Click '''Quick Links'''.
 +
# Choose '''Event Forms'''.
  
=== EventForm ===
+
== Permissions ==
* Form template for a company.
 
* Notable fields: name, position, points, post_back_url / secret / method, is_schedule_followup, send_email_to_rep, prefill_data, is_after_call_form, hide, is_clickable, event_form_treat_as.
 
* Table: <code>cp_eventform</code>
 
  
=== EventFormEMail ===
+
* You must be '''signed in''' to use Event Forms.
* Notification email addresses for a form.
+
* '''Managers''' can open the main Event Forms list, add forms, edit forms, delete forms, hide forms, copy forms, and reorder forms.
* Table: <code>cp_eventformemail</code>
+
* '''Non-managers''' are redirected away from the main Event Forms setup list and cannot manage form templates.
 +
* '''All signed-in users''' (with normal account access) can:
 +
** Fill out event forms on accounts
 +
** View and work with '''Event Forms Entries'''
 +
* If a form is '''hidden''', it does not appear in the account “Add Event Form” list.
 +
* Company menu permissions control whether '''Event Forms''' appears in your sidebar.
  
=== ContactEventForm ===
+
== What you see on the Event Forms list ==
* One submitted entry on a contact.
 
* Notable fields: user, contact, event_form, created, points, latitude/longitude, completed, completed_date, appointment.
 
* Table: <code>cp_contacteventform</code>
 
  
=== ContactEventFormPersonnel ===
+
=== Header ===
* People (personnel) linked to a submission.
 
* Table: <code>cp_contacteventformpersonnel</code>
 
  
=== EventFormContactType ===
+
* Title: '''Event Forms'''
* Limits which Account Types can use the form.
+
* '''Add Event Form''' button
* Table: <code>cp_eventformcontacttype</code>
+
* '''Quick Links''' menu:
 +
** Add Event Form
 +
** Event Forms
 +
** Event Forms Entries
  
=== EventFormTreatAs ===
+
=== Table columns ===
* Treatment type: Appointment / Webinar / None.
 
* Table: <code>cp_eventformtreatas</code>
 
  
=== EventFormCField ===
+
* '''Name''' — form name (click to edit, when the link is enabled)
* Links custom/regular fields onto a form (order, required, etc.).
+
* '''Email''' — notification email addresses for the form
* Table: <code>cp_eventformcfield</code>
+
* '''Fields''' — number of fields on the form
 +
* '''Entries''' — number of submitted entries
 +
* '''Points''' — points value for the form
 +
* '''Actions''' — Edit and Delete
 +
* '''Sort handle''' — drag to change form order
 +
* '''Alphabetical sort''' icon — sort forms A–Z
 +
* '''Hide''' — eye icon to show or hide the form from account menus
 +
* '''Remove Link''' — checkbox to disable the clickable name/edit link, plus a '''Copy''' icon
  
== Typical setup order ==
+
=== Messages you may see ===
# Create Account Types and Custom Fields first (Home menu).
 
# Add Event Form (name, emails, points, treat-as, options).
 
# Limit Account Types if needed.
 
# Add / order form fields and options.
 
# (Optional) Set as after-call form.
 
# (Optional) Configure webhook post-back.
 
# Reps fill forms from a contact; managers review Entries / export.
 
  
== Related menus ==
+
* Success messages after save, copy, hide, or delete
* [[Home menu#Custom Fields|Custom Fields]] — field definitions reused on forms
+
* Error messages if a form cannot be found or an action fails
* [[Home menu#Account Types|Account Types]] — used to limit who can use a form
+
* Permission message if a non-manager tries to open setup pages
* Contacts — fill / view forms on an account
 
* Reports — event form data can appear in reports/exports
 
  
== Notes ==
+
== Field guide (Event Forms list) ==
* Hide removes the form from normal use without deleting history.
+
 
* Remove Link controls whether the form appears as a clickable link in contact menus.
+
=== Name ===
* Copy duplicates an existing form (including post-back and after-call settings).
+
 
* Points can roll into gamification / leaderboard-style scoring when awarded on completion.
+
* Shows the form name.
 +
* When the link is active, click it to open the edit screen.
 +
 
 +
=== Hide (eye icon) ===
 +
 
 +
* '''Eye open''' — form is visible for use on accounts.
 +
* '''Eye slash''' — form is hidden from the account “Add Event Form” list.
 +
* Click the icon to switch between visible and hidden.
 +
 
 +
=== Remove Link ===
 +
 
 +
* When checked, the form name and edit shortcut behave as “link removed” (not clickable in the usual way).
 +
* Use this when you want the form to remain in the list but not be opened from the name link.
 +
 
 +
=== Copy ===
 +
 
 +
* Creates a duplicate of the selected form under a new name.
 +
 
 +
=== Delete ===
 +
 
 +
* Removes the form template (you will be asked to confirm).
 +
 
 +
== Add a new Event Form ==
 +
[[File:AddEventForm.png|250px|thumb|right|Add Event Form]]
 +
 
 +
# Open '''Event Forms'''.
 +
# Click '''Add Event Form''' (or use '''Quick Links''' → '''Add Event Form''').
 +
# Enter '''Form Name''' (required).
 +
# (Optional) Enter '''Notification Email''' addresses, one per line.
 +
# (Optional) Enter '''Points'''.
 +
# Choose '''Treat Event Form As''':
 +
#* '''Webinar'''
 +
#* '''Appointment'''
 +
#* '''None'''
 +
# (Optional) Turn on additional options:
 +
#* '''Schedule Task'''
 +
#* '''Send Email Copy to Rep'''
 +
#* '''Use Previous Event Form Custom Field Data if Available'''
 +
# (Optional) Under '''Limit Account Types''', choose which account types can use this form (or Select '''All''' / '''Clear''').
 +
# Click '''Save'''.
 +
# CallProof opens the '''Edit Form''' screen so you can add fields.
 +
<div style="clear:both;"></div>
 +
 
 +
== Edit an Event Form ==
 +
[[File:EditEventForm.png|250px|thumb|right|Edit Event Form]]
 +
 
 +
# Open '''Event Forms'''.
 +
# Click the form '''Name''' or the '''Edit''' icon.
 +
# On the left, update '''Settings''':
 +
#* Form Name
 +
#* Notification Email
 +
#* Points
 +
#* Schedule Task / Send email copy to Rep / Prefill previous data
 +
#* Treat Event Form As
 +
#* Limit Account Types
 +
# Click '''Save''' (or the settings save button) when you change settings.
 +
# On the right, under '''Add Fields''', choose fields to include:
 +
#* '''Regular Fields'''
 +
#* '''Custom Account Fields'''
 +
#* '''New Custom Field''' (create a new field for this form)
 +
# In the '''Event Form''' fields table, review Field Name, Field Type, points, and actions.
 +
# (If your company uses required fields) set '''Required''' and '''Lock''' as needed.
 +
# Drag rows to reorder fields, or use alphabetical sort when available.
 +
# Use field actions to edit options, edit the field, or remove a field from the form.
 +
<div style="clear:both;"></div>
 +
 
 +
== Copy an Event Form ==
 +
[[File:CopyEventForm.png|250px|thumb|right|Copy Event Form]]
 +
 
 +
# Open '''Event Forms'''.
 +
# Click the row of the form you want to copy (so it is selected).
 +
# Click the '''Copy''' icon in the Remove Link column.
 +
# In the popup, enter a new '''Event Form Name'''.
 +
# Click '''Save'''.
 +
# The new form appears in the list.
 +
<div style="clear:both;"></div>
 +
 
 +
== Hide or show an Event Form ==
 +
 
 +
# Open '''Event Forms'''.
 +
# Find the form in the list.
 +
# Click the '''eye''' icon in the Hide column.
 +
# When hidden, the form no longer appears under '''Add Event Form''' on accounts.
 +
# Click the icon again to make it visible.
 +
 
 +
== Delete an Event Form ==
 +
 
 +
# Open '''Event Forms'''.
 +
# Click the '''trash''' (Delete) icon for the form.
 +
# Confirm the delete when asked.
 +
# The form is removed from the list.
 +
 
 +
== Reorder Event Forms ==
 +
 
 +
# Open '''Event Forms'''.
 +
# Drag the sort handle (aligned lines icon) up or down to change order.
 +
# Or click the '''alphabetical''' icon in the header to sort by name.
 +
# Sorting/drag options are available when there is more than one form.
 +
 
 +
== Event Forms Entries ==
 +
[[File:EventFormsEntries.png|250px|thumb|right|Event Forms Entries]]
 +
 
 +
Use this screen to review forms that users have submitted on accounts.
 +
 
 +
=== How to open Entries ===
 +
 
 +
# From '''Event Forms''', click '''Quick Links''' → '''Event Forms Entries''', or
 +
# Go to <code>/eforms/entries/</code> in your browser.
 +
 
 +
=== What you see ===
 +
 
 +
* '''Event Form''' name
 +
* '''Account'''
 +
* '''Created''' date
 +
* '''Distance'''
 +
* '''Points'''
 +
* '''Completed Date'''
 +
* '''Completed''' status
 +
* '''Actions''' (view, edit, complete, delete, as available)
 +
 
 +
=== Filter entries ===
 +
 
 +
# Click the '''Filter''' button.
 +
# Set any of these filters:
 +
#* Event Form
 +
#* User (with optional inactive users, Select All / Clear)
 +
#* Start Date / End Date
 +
#* Start Completed Date / End Completed Date
 +
#* Account Type
 +
#* Sort By
 +
#* Completed status
 +
#* Keyword
 +
#* Markets
 +
#* Max Result
 +
# Apply the filter (using the filter panel controls).
 +
# Review the updated list.
 +
# (Optional) Clear filters and search again.
 +
 
 +
=== Work with an entry ===
 +
 
 +
# Click an entry to view details.
 +
# Edit the entry if you need to change answers.
 +
# Mark an entry completed when the work is done.
 +
# Delete an entry if it was created by mistake (when you have access).
 +
 
 +
=== Schedule export (optional) ===
 +
 
 +
# On the Entries page pagination/export area, open '''Schedule Event Form Entries Export''' when it is shown.
 +
# Follow the schedule export steps to send entry data on a schedule.
 +
<div style="clear:both;"></div>
 +
 
 +
== Fill an Event Form on an Account ==
 +
[[File:AddAccountEventForm.png|250px|thumb|right|Add Account Event Form]]
 +
 
 +
Reps and other users usually complete forms from an account (contact) page—not from the manager Event Forms list.
 +
 
 +
# Open '''Accounts''' / '''Contacts'''.
 +
# Open the account you visited or worked with.
 +
# Open the '''Event Forms''' tab (or the Add Event Form menu on the account).
 +
# Choose the form name you need.
 +
# The '''Add Account Event Form''' screen opens.
 +
# Fill in the form fields (contacts/people, custom fields, images, dates, and so on, depending on how the form was set up).
 +
# If '''Schedule Task''' is part of the form, complete any task fields shown.
 +
# Click '''Save'''.
 +
# (Optional) Click '''Clear''' to reset the form before saving.
 +
# After saving, the entry appears under the account’s Event Forms and in '''Event Forms Entries'''.
 +
<div style="clear:both;"></div>
 +
 
 +
== After you set up or submit forms ==
 +
 
 +
* New templates appear on the Event Forms list for managers.
 +
* Visible forms appear under '''Add Event Form''' on matching accounts (and account types, if limited).
 +
* Submitted forms appear in '''Event Forms Entries''' and on the account Event Forms tab.
 +
* Notification emails may be sent when configured.
 +
* Points may count toward user activity or scoring, depending on your company setup.
 +
 
 +
== Tips and important notes ==
 +
 
 +
* Only '''managers''' manage form templates on <code>/eforms/</code>.
 +
* '''Hide''' a form instead of deleting it if you may need it again.
 +
* Use '''Limit Account Types''' so the form only appears on the right kinds of accounts.
 +
* Put one notification email per line.
 +
* Contact Name–style rules do not apply here; form field rules depend on each field type (required text, numbers, dates, lists, images, and so on).
 +
* If a form does not show on an account, check Hide, Remove Link, and Limit Account Types.
 +
* Apple/Google signup options are not part of Event Forms; use account pages to fill forms.
 +
* After-call event forms and custom account menus may also open forms in other workflows, depending on your company settings.
 +
 
 +
== Need help? ==
 +
 
 +
* Cannot open Event Forms setup: confirm you are a '''manager''', or ask your administrator
 +
* Form missing on an account: check Hide and Limit Account Types with a manager
 +
* Entry questions: open '''Event Forms Entries''' or the account Event Forms tab
 +
* Other issues: email [mailto:support@callproof.com support@callproof.com]
 +
 
 +
[[Category:CallProof]]
 +
[[Category:User Guide]]
 +
[[Category:Event Forms]]

Revision as of 11:20, 22 July 2026

Path: Callproof Support - New Website - Event Forms

Event Forms

Use Event Forms to create custom forms your team fills out for accounts (contacts), such as visit checklists, surveys, or appointment details. Managers set up the forms and fields. Sales reps and other users complete forms on accounts and review submitted entries.

From Event Forms you can also:

  • Add and edit form templates
  • Hide forms from the account menu
  • Copy an existing form
  • Review form entries
  • Fill a form on an account
Event Forms

How to open Event Forms

Option A — From the main menu

  1. Sign in to CallProof.
  2. In the left sidebar menu, open the menu item for Event Forms (label may vary by company setup).
  3. The Event Forms list opens.

Option B — Open Event Forms directly

  1. Open your web browser.
  2. Go to your CallProof website and add /eforms/ at the end of the address (for example: https://appv2.callproof.com/eforms/).
  3. Press Enter.
  4. The Event Forms list appears.

Option C — From Quick Links on Event Form pages

  1. Open any Event Forms page (list, add form, edit form, or entries).
  2. Click Quick Links.
  3. Choose Event Forms.

Option D — From Event Forms Entries

  1. Open Event Forms Entries (see below).
  2. Click Quick Links.
  3. Choose Event Forms.

Permissions

  • You must be signed in to use Event Forms.
  • Managers can open the main Event Forms list, add forms, edit forms, delete forms, hide forms, copy forms, and reorder forms.
  • Non-managers are redirected away from the main Event Forms setup list and cannot manage form templates.
  • All signed-in users (with normal account access) can:
    • Fill out event forms on accounts
    • View and work with Event Forms Entries
  • If a form is hidden, it does not appear in the account “Add Event Form” list.
  • Company menu permissions control whether Event Forms appears in your sidebar.

What you see on the Event Forms list

Header

  • Title: Event Forms
  • Add Event Form button
  • Quick Links menu:
    • Add Event Form
    • Event Forms
    • Event Forms Entries

Table columns

  • Name — form name (click to edit, when the link is enabled)
  • Email — notification email addresses for the form
  • Fields — number of fields on the form
  • Entries — number of submitted entries
  • Points — points value for the form
  • Actions — Edit and Delete
  • Sort handle — drag to change form order
  • Alphabetical sort icon — sort forms A–Z
  • Hide — eye icon to show or hide the form from account menus
  • Remove Link — checkbox to disable the clickable name/edit link, plus a Copy icon

Messages you may see

  • Success messages after save, copy, hide, or delete
  • Error messages if a form cannot be found or an action fails
  • Permission message if a non-manager tries to open setup pages

Field guide (Event Forms list)

Name

  • Shows the form name.
  • When the link is active, click it to open the edit screen.

Hide (eye icon)

  • Eye open — form is visible for use on accounts.
  • Eye slash — form is hidden from the account “Add Event Form” list.
  • Click the icon to switch between visible and hidden.

Remove Link

  • When checked, the form name and edit shortcut behave as “link removed” (not clickable in the usual way).
  • Use this when you want the form to remain in the list but not be opened from the name link.

Copy

  • Creates a duplicate of the selected form under a new name.

Delete

  • Removes the form template (you will be asked to confirm).

Add a new Event Form

Add Event Form
  1. Open Event Forms.
  2. Click Add Event Form (or use Quick LinksAdd Event Form).
  3. Enter Form Name (required).
  4. (Optional) Enter Notification Email addresses, one per line.
  5. (Optional) Enter Points.
  6. Choose Treat Event Form As:
    • Webinar
    • Appointment
    • None
  7. (Optional) Turn on additional options:
    • Schedule Task
    • Send Email Copy to Rep
    • Use Previous Event Form Custom Field Data if Available
  8. (Optional) Under Limit Account Types, choose which account types can use this form (or Select All / Clear).
  9. Click Save.
  10. CallProof opens the Edit Form screen so you can add fields.

Edit an Event Form

Edit Event Form
  1. Open Event Forms.
  2. Click the form Name or the Edit icon.
  3. On the left, update Settings:
    • Form Name
    • Notification Email
    • Points
    • Schedule Task / Send email copy to Rep / Prefill previous data
    • Treat Event Form As
    • Limit Account Types
  4. Click Save (or the settings save button) when you change settings.
  5. On the right, under Add Fields, choose fields to include:
    • Regular Fields
    • Custom Account Fields
    • New Custom Field (create a new field for this form)
  6. In the Event Form fields table, review Field Name, Field Type, points, and actions.
  7. (If your company uses required fields) set Required and Lock as needed.
  8. Drag rows to reorder fields, or use alphabetical sort when available.
  9. Use field actions to edit options, edit the field, or remove a field from the form.

Copy an Event Form

Copy Event Form
  1. Open Event Forms.
  2. Click the row of the form you want to copy (so it is selected).
  3. Click the Copy icon in the Remove Link column.
  4. In the popup, enter a new Event Form Name.
  5. Click Save.
  6. The new form appears in the list.

Hide or show an Event Form

  1. Open Event Forms.
  2. Find the form in the list.
  3. Click the eye icon in the Hide column.
  4. When hidden, the form no longer appears under Add Event Form on accounts.
  5. Click the icon again to make it visible.

Delete an Event Form

  1. Open Event Forms.
  2. Click the trash (Delete) icon for the form.
  3. Confirm the delete when asked.
  4. The form is removed from the list.

Reorder Event Forms

  1. Open Event Forms.
  2. Drag the sort handle (aligned lines icon) up or down to change order.
  3. Or click the alphabetical icon in the header to sort by name.
  4. Sorting/drag options are available when there is more than one form.

Event Forms Entries

Event Forms Entries

Use this screen to review forms that users have submitted on accounts.

How to open Entries

  1. From Event Forms, click Quick LinksEvent Forms Entries, or
  2. Go to /eforms/entries/ in your browser.

What you see

  • Event Form name
  • Account
  • Created date
  • Distance
  • Points
  • Completed Date
  • Completed status
  • Actions (view, edit, complete, delete, as available)

Filter entries

  1. Click the Filter button.
  2. Set any of these filters:
    • Event Form
    • User (with optional inactive users, Select All / Clear)
    • Start Date / End Date
    • Start Completed Date / End Completed Date
    • Account Type
    • Sort By
    • Completed status
    • Keyword
    • Markets
    • Max Result
  3. Apply the filter (using the filter panel controls).
  4. Review the updated list.
  5. (Optional) Clear filters and search again.

Work with an entry

  1. Click an entry to view details.
  2. Edit the entry if you need to change answers.
  3. Mark an entry completed when the work is done.
  4. Delete an entry if it was created by mistake (when you have access).

Schedule export (optional)

  1. On the Entries page pagination/export area, open Schedule Event Form Entries Export when it is shown.
  2. Follow the schedule export steps to send entry data on a schedule.

Fill an Event Form on an Account

File:AddAccountEventForm.png
Add Account Event Form

Reps and other users usually complete forms from an account (contact) page—not from the manager Event Forms list.

  1. Open Accounts / Contacts.
  2. Open the account you visited or worked with.
  3. Open the Event Forms tab (or the Add Event Form menu on the account).
  4. Choose the form name you need.
  5. The Add Account Event Form screen opens.
  6. Fill in the form fields (contacts/people, custom fields, images, dates, and so on, depending on how the form was set up).
  7. If Schedule Task is part of the form, complete any task fields shown.
  8. Click Save.
  9. (Optional) Click Clear to reset the form before saving.
  10. After saving, the entry appears under the account’s Event Forms and in Event Forms Entries.

After you set up or submit forms

  • New templates appear on the Event Forms list for managers.
  • Visible forms appear under Add Event Form on matching accounts (and account types, if limited).
  • Submitted forms appear in Event Forms Entries and on the account Event Forms tab.
  • Notification emails may be sent when configured.
  • Points may count toward user activity or scoring, depending on your company setup.

Tips and important notes

  • Only managers manage form templates on /eforms/.
  • Hide a form instead of deleting it if you may need it again.
  • Use Limit Account Types so the form only appears on the right kinds of accounts.
  • Put one notification email per line.
  • Contact Name–style rules do not apply here; form field rules depend on each field type (required text, numbers, dates, lists, images, and so on).
  • If a form does not show on an account, check Hide, Remove Link, and Limit Account Types.
  • Apple/Google signup options are not part of Event Forms; use account pages to fill forms.
  • After-call event forms and custom account menus may also open forms in other workflows, depending on your company settings.

Need help?

  • Cannot open Event Forms setup: confirm you are a manager, or ask your administrator
  • Form missing on an account: check Hide and Limit Account Types with a manager
  • Entry questions: open Event Forms Entries or the account Event Forms tab
  • Other issues: email support@callproof.com