Hello! I’m currently in a trial period with forminator pro. I need to be able to pass information from the_post() – the page we’re on – into form fields, as the “default value”.
For example, I have a post that describes a class I want to sell people. The post includes custom fields for the class_date, class_cost, class_location. I would like to create a form for my site visitor to be able to register one or more students for this class. I would like to have a field on that form for the class name. Since the class name is the title of the post, I would have the form field’s default value be “page_title”.
I would also like a form field for class date. The default value for that form field should be automatically filled with the custom field “class_date”.
Another form field might be for the class cost, and that form field’s default value should be the value of the custom field “class_cost”.
I have used WP Forms for similar purposes, as indicated in the attached screenshots. The screenshots illustrate inserting something like the page title or url. The WP Forms documentation for this can be found: https://wpforms.com/docs/how-to-use-smart-tags-in-wpforms/
Is there a similar functionality that Forminator can offer? I would LOVE to be able to ditch all of the various services I have and just get a membership, but honestly, I can’t justify the cost if Forminator cannot handle something like this. Thanks so much!