I have a php file that sits in the root of the website. It’s for a form action, when the form is submitted it displays the information on a blank screen (with the results as plain text). I am not sure how of if I can target it if this makes sense. Appreciate any help.
I would suggest creating a custom element and then adding the code of you php-file into the render function and only using this custom element on a the page you redirect to using brick form-actions.
Interesting! Thanks for this, I’ll take a look. I am not versed in php but this looks like something I should try to learn. I need to learn more about bricks form actions too, I’m drinking from the fire hose with all of this a bit.