You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use the form picker, a new data type should be created based on the ActiveCampaign Form Picker property editor.
38
+
39
+
The settings in `appsettings.json` will be used for sending the required HTTP header for authorization, and for retrieving the account name used for rendering the form.
40
+
41
+
### Front-end rendering
42
+
43
+
A strongly typed model will be generated by the property value converter, and an HTML helper is available, to easily render the form on the front-end.
44
+
45
+
Ensure your template has a reference to the following using statement:
0 commit comments