I have a site where a special member group ‘Staff Admins’ is able to create entries on behalf of other users if needed. The problem I’m having though is being able to specify the ‘author_id’. I’ve tried is as a hidden input, as a parameter and using jquery to overwrite the hidden fields value that is created by the form.
When I do get somewhat there with the jquery tweak (ie. checking the input using the inspector show’s that it has the correct author_id), I’m running into a ‘The selected author is invalid’ error upon submission.
Checking permissions/security on the Member Group shows that I have full privileges to do what I need to do.
Any clarification available from EL on this?
(Site is running v2.4 at this stage - upgrading to v2.5.2 is problematic as we’re about to go live).