conditional logic url forward matrix form

I set the conditional logic in this matrix form https://apexlawservice.com/hire (just use the “matrix field” element in the builder) to forward on submit to https://apexlawservice.com unless the first two answers were “yes” and the third answer was “not yes”, in which case the form forwards to https://apexlawservice.com/more.  This was done to take a person not already
working with an Attorney directly to the page where they can leave a message for an Attorney, or to take a person  already working with an Attorney to a main information page so they can read information if they so choose.
This page is a folder named “hire” in the ApexLawService.com cPanel File Manager and I created a simple “index.html” file in the folder and in the file is simply the html code that DocupletionForms.com makes when you click the html option on the publish/share tab. You can use our contact form for FREE, and cPanel Hosting is just $20/mo on DocupletionForms.com.

Append Submission Data to URL Forward.

This is a great little article in general about how the GET method of form submission sends form submission data appended to the URL and our URL Forward option in the Confirmation Settings for a form gives you the option to “Append Submission Data to URL”.  The URL that you forward your user to can be a page with .PHP code that will do whatever you program that page to do with the appended data.  It is a best practice to forward only to Encrypted SSL Pages that start with an HTTPS:// rather than just an HTTP:// at the beginning of the web address.  The page on which the form is embedded does not necessarily need to be an HTTPS:// page, but it is always better to use an SSL.

QR Codes

Checkout the QR Code Utility for sharing your contact forms.  Simply make a form and then go to the embed or share segment of the form tab and click on the Download QR Code.  You can use a free QR Code Reader on any Android SmartPhone from: https://play.google.com/store/apps/details?id=com.teacapps.barcodescanner to use the QR Code below or a QR Code you create.  This is a QR Code for a tiny contact form I made.  The QR Code will take you to the form link below.  https://docupletionforms.com/formbuilder/forms/my-tiny-contact-form

Conditional Webhooks!

CONDITIONAL WEBHOOKS!

When somebody enters their information into your form, you can send CONDITIONAL WEBHOOKS to Zapier or anywhere else on the internet based on the conditions that you set.  Depending on how the people who submit your form answer your questions, different triggering webhooks will be sent to Zapier and Zapier will then trigger an action in any of the 2000+ programs as you determine in the Zap inside of your Zapier account.

  • You can ask people if they would like to also be added to your weekly email list when they leave you a contact form and if they click “yes” you can then send a CONDITIONAL WEBHOOK to Zapier to trigger the inclusion of a name and email in the email series program that you use.
  • You can send a CONDITIONAL WEBHOOK to FormStack Documents (formerly WebMerge) that will use the data entered into the form to automatically fill out a document.
  • You can add a contact in Clio.
  • You can add a Loop in DotLoop.
  • The list goes on.  There is no limit to the number of CONDITIONAL WEBHOOKS that you can send.

Zap from DocupletionForms to Slack via Zapier and make a channel message!

This is a really cool zap that will allow you to invite the people you want from your team to see the messages submitted via a specific contact form by zapping them to Slack via Zapier and using Slack to invite your Team Members!

1. Make a contact form. 

2. Create a Slack Channel to send messages to.

3. Connect to Zapier.

4. Select your Contact Form in your Zapier.

5. Select your Slack and the Slack Channel.  

6. Boom!  The Zap is done and messages will appear in your Slack.

7. Invite the team members you want to be able to see that Slack Channel.  

Rackspace Microsoft365 Reseller

We have added Rackspace’s Microsoft365 Business Partner Reseller Package to our upgraded subscription.  You set everything up inside of the program where it says “WHMCS” at the top of the menu bar.

We made Conditional Webhooks this year and are finishing our automatic document selection and completion utility functionality of the “Merge”

Our WordPress setup is automatic using WHMCS. 

We are finishing adding the CRM, Auto-Email.

After all of that we are finishing our Single Sign-On then our RetainerCrypto.Online Crypto Utility Token.

hidden fields for tracking

This is a simple 3-step instructional to show you how to setup a “hidden field” with a proper “label” and “alias” for tracking.  

  1. build a form with a hidden field and give an appropriate label name and set the alias to a proper term for tracking.
  2. add a ? followed by the alias, an = sign and then the tracking term.
  3. then when somebody submits a form like the one above, the submission will contain the term from after the = sign, in this example “turner”.

 

 

28 FREE Addons!

These Addons are all FREE!  We are working on making a set of Instructions for the Addons.  They are 100% FREE!  We are working on adding a CRM and an Automatic Email Series Functionality which are going to be a part of the $5 Monthly Subscription because you will be required to connect the Email Functionality to an outside SMTP (we recommend SendGrid.com) which will cost around $10-$15 Monthly, but it is a normal thing to need in the world of online integration.  After a while we are planning on making the same Email Functionality a part of what will become our $35 Monthly Subscription but with the additional option of using our PowerMTA Server so that you do not need an SMTP Server Subscription.  We will keep you posted as we make progress.

Customize a Confirmation Message

Customizing the message 

You can insert field variables into a confirmation email and they’ll be replaced with whatever the user insert into that field.

Every variable must be between a double punctuation keys. Eg. {{My Variable}}

In the following example, we show the two ways you can insert the variables:

  • By using the field label: The variable {{Your Name}} has been inserted to the confirmation email and will be replaced by the name that the person puts in the Form.
  • By using the ID field: In the picture you can see the variable {{text_263547}}, the same relates to the field {{Your Name}} of the form. In other words, we can use both types of variables to get field information. If your field doesn’t have a label, this is the option you should use.

Additionally, you can use the following placeholders:

  • {{form_id}}: Form ID.
  • {{form_name}}: Form Name
  • {{submission_id}}: Submission ID
  • {{submission_number}}: Submission Number
  • {{submission_table}}: The content of all the form fields
  • {{created_at}}: Date of Submission
  • {{ip_address}}: IP Address.
  • {{user_agent}}: Browser’s User Agent of Sender.
  • {{url}}: Web page url where the form was embedded.
  • {{referrer}}: Web page url from where the visitor has arrived to the form.
  • {{country}}: Country of Sender.
  • {{city}}: City of Sender.
  • {{longitude}}: Geographic coordinate that specifies the east-west position of Sender.
  • {{latitude}}: Geographic coordinate that specifies the north–south position of Sender.
  • {{optin_link}}: To present the link to the Opt-In Confirmation Page.

This is a great way to personalize your message. Any form field can be used in this way.

1 2