While selecting field type as "Submit" button, the "field settings" option displays ___ options
Answers
Answered by
0
Answer:
If you want to access the values submitted/entered in the form fields on redirected page you can use [ninja_forms_all_fields] . It will out put all fields values there or if you want to show a specific field value you can use [ninja_forms_field id=93] . 93 can be the ID of any field you want to access.
Similar questions