I was just trying out Donate for my experiments with Pay module, and there is currently no confirmation when you create a donation form, and since the form doesn’t have a redirect either, when you save a new donation form, you will be brough back to an empty form with no acknowledgement that you were successful.
This will most probably lead to users submitting the same form twice or just being generally confused.
To alleviate this, I suggest that:
- The donation form edit/create form has a #redirect attribute pointing to admin/build/donate so creating a new form will show you the list of forms so you can see you succeeded, and editing will give you the opportunity to edit another.
- A confirmation message is displayed, just to clear up any sort of doubt.
I’ll try to cook up a patch for this :)
Comments
Comment #1
miklAh, scratch that, it seems that this would be rather complex for someone uninitiated to change, since the code is heavily integrated with Pay, and I don’t have the time to see how deep the rabbit hole goes tonight…
Comment #2
jerdavisHi Mikl,
I've just committed a change to both Pay and Donate which will result in administrators adding donation forms to be redirected back to admin/build/donate upon form submission.
Thanks!
Jeremiah