I’d like to set up an SAEF/Safecracker form where the URL title is forced to a longish random string and the logic happens server-side rather than on the client. It would be straightforward to make url_title a hidden field and use Javascript or PHP to populate it, but since I’d want to do server-side validation in any case, it makes more sense to not involve the client to begin with.
If anybody has done something like this before, are the safecracker_submit_entry_start and safecracker_submit_entry_end hooks the best way to proceed?
In case of interest, I’ll post methods/code/whatever once I have it working to my satisfaction.