Page 1 of 1

non-self-referencing form?

Posted: Fri Jun 29, 2012 10:15 pm
by wvoyance
1. It seems all forms I have ever seen are self-referencing.
Is there situation that we want non-self-referencing forms?

2. Is <form action=""....(null string in action) standard method to mention the name of "self"?

Re: non-self-referencing form?

Posted: Sat Jun 30, 2012 8:36 pm
by califdon
1. You haven't looked at many forms, apparently. It is very common to submit forms to a different script, perhaps especially if your scripts are complex and you want to isolate the logic.
2. Yes.