Submitting a page's form programmatically

Hi all

I have a settings form with a bunch of default values. When I create a new tenant, I want to save these default values to the db so there are some initial settings for them to work with.

Currently I'm seeding defaults via an action class. I'm wondering if I could just submit the form programmatically (with the default values) instead?

Cheers
Was this page helpful?