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"?
non-self-referencing form?
Moderator: General Moderators
Re: non-self-referencing form?
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.
2. Yes.