[wp-hackers] How to use formand link in plugin development?
Chris Jean
gaarai at gaarai.com
Thu Oct 7 13:59:34 UTC 2010
In my humble opinion, you are going about solving this the wrong way
around. You shouldn't have the form send data directly to your script.
Rather, you should have a form submission handler in your code that runs
inside WordPress.
To give you an example of this, I'd like to know if you have this form
on the back-end (admin form) or front-end (for a site visitor to fill out).
Chris Jean (AKA gaarai& chrisbliss18)
Coder for http://ithemes.com/
http://gaarai.com/
@chrisjean
On 10/07/2010 08:31 AM, Haulyn Jason wrote:
> I solve it now, but hard code. Maybe there is a better way?
> Thanks!
>
>> I am developing a plugin, I design a form, but I do not know the form action rule. my form script is slackissspider.php, my logic is
>> slackissspider-action.php. They are in one folder( the plugin folder). Now I can not find any reference to write<form action="??">, the related pathdoes not work.
>>
>> Any solutions or reference is very useful, Thanks very much.
>>
>> Haulyn Jason
More information about the wp-hackers
mailing list