tdrayson
tdrayson
You will be able to do this using Fluent Cart - https://fluentcart.com/all-features/#Licensing_Subscriptions
Where are you looking to use the submission ID? You are able to use `{submission.id}` smartcode to get the submission ID and use it in integrations and emails. The submission...
You can achieve this using a little code and the before insert response filter - https://fluentforms.com/docs/fluentform_before_insert_submission/ You can hook into any of the fields and run PHP on the user...
No, the only way is via JSON. One suggestion would be to export an existing form, upload that to something like ChatGPT as an example, and then upload your word...
You can create your own PDF template using the base manager class - https://fluentforms.com/docs/pdf-templatemanager-class/
Fluent Forms uses the [Flatpickr](https://flatpickr.js.org/) library, so we are restricted to what the library allows.