Hi @Andrew_Blackburne
Org accounts allow you to set up user properties.
To do this:
Navigate to the "Members" section of your org dashboard
Click on the gear icon next to member properties
Set up whatever properties you need
One way you could implement such a workflow is to insert the user property inside every snippet, and then use {urlsend}
to send that information to a pre-populated google form as explained in the post below:
Text Blaze can use the {urlsend} to save data when you use a snippet. This data can include anything you use in your snippet such as form values.
The following instructions outline how to use this command to save data to a Google Form and Google Spreadsheet.
Step 1: Create Your Snippet
We'll create a simple order form where we enter the name of the company purchasing our product and the size of the product they purchased.
Order Summary:
Company name: {formtext: name=Company}
Product Size:…
1 Like