Hi all. I've been creating some infopath forms to be deployed on a Sharepoint site. This site has 2 "views", a backend (or back office, for administrating porpuses) and a frontend (or front office, for normal users). I've publish the form with full trust security level and as an administrator-approved form template (since it has some C# code) and it works fine on the backend, I can fill it and submit without problems. But when I try it on the frontend (the normal user level) I can open and fill it, but it says it's not possible to submit. I've already tried to convert the submit connection to a udcx connection but it still has the same error.
Also I can send the form by mail, but if the form has any kind of attachments they won't show up, so I would like to know if it's possible to send the form attached files in the same email of the form.
PS: The Infopath Form Services are configured in Sharepoint to "allow cross-domain data access for user form templates that use connection settings in a data connection file" and the form is browser compatible.