I’m trying to setup DFFS on a SharePoint 2007 system.
I’ve modified the DFFS_frontend_CEWP.html page to contain the list GUID and the location of the DFFS backend page like this:
<script type=”text/javascript”>
var spjs_dffs_backend = “http://xxxxx/SPJS/DFFS_Backend.aspx”;
</script>
<script type=”text/javascript”>
_spPageContextInfo = {“pageListId”:”{A2866365-0C53-49FA-8148-E9B9EFF5BC7B}”}
</script>
When I try to open the DFFS_Backend.aspx page I receive the error message: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
The DFFS isn’t loaded when opening the newform.aspx
Press F12 to bring up the developer tools and go to the “Console”. Do you see any errors there when you load the form?
Email any error messages to me (or attach them here). If you don’t see any errors, please send me some screenshots of your setup (and the CEWP code) so I can see if I can spot the error.
I looked at your screenshots and the backend page should not work any different when you enter it directly. The errors is most likely OK as all parameters are passed in the URL when you enter from a SP form.
Do you see any errors when you look at your NewForm? – do you see the “Enhanced with DFFS” label below the form?