Hi Alexander,
I am using SPServices’ Add New function within a DFFS Edit Form, to call another DFFS new form. This normally works ok. However, if the first form already has a Source parameter on the URL, the second form that is opened by SPServices gets two Source parameters. This causes second DFFS window to stuck at overlay and end up with This took too long message.
I am trying to understand if this is SPServices building the URL wrong or a problem with DFFS parsing it. Below is how URL looks like, I appreciate if you can point me in the right direction.
Sample URL, which causes This took too long message:
https://somesite.sharepoint.com/site/Lists/Corporate%20Accounts/NewForm.aspx?Source=https://somesite.sharepoint.com/site/Lists/Table%20List/EditForm.aspx?ID=58%26Source=/crm/Lists/Event%20List/DispForm.aspx?ID=10%26sTab=2
(This happens when I go to a display form, edit an item from vLookup and click Add New link in the Edit Form)
Thanks,
Cagri