Hi Lionel.
Yes, I do have a clean raw.php but there are many scripts that SEBLOD form view renders directly into the component e.g.
- fields scripts (e.g. calendar)
- validation script
- JCck.Core.submit_raw script
I know that these scripts are necessary for SEBLOD form submission for various reasons but rendering them in a raw template is not good for XHR. Maybe there is a workaround to get rid of these scripts. They can be added manually if needed.
-----
I currently use iframe as a solution to this. It does its job but I would be much happier for a good XHR solution.
Mic