I tried looking at the documentation but I couldn’t find anything specific to this topic. We duplicated our event submission form, which currently has our SSO enabled, but the duplicate form does not have SSO. Is there any documentation on setting that up for the new form?
Great question! Mostly this is handled using a custom module: you could check via SFTP in /livewhale/client/modules to see what’s there, there’s often one called secure_submissions. Inside there is PHP code that checks for page=“/submit/index.php” to require login. That code would need to be duplicated or extended to cover any other /new-submit-page/index.php if you also wanted to lock that to SSO-only. Hope this helps!