Is there any way to save the data collected through the snippet forms?
Hi @Soweto_MrD,
Welcome to the forum ![]()
Yes, you can easily do that using our product Data Blaze which provides an efficient and easy integration with Text Blaze to access and update the data easily. For example, I am storing the name and email used in my snippet in Data Blaze.
Name: {formtext: name=Name}
Email: {formtext: name=Email}
{dbinsert: INSERT INTO Table1; space=id; autoaddfields=yes}
2 Likes
Awesome, it works! Thanks a lot Ashwin
1 Like