Hi,
i just resently started writing my first plugin for wp. a small event-manager for my clubs website (none of those event-manager plugins ready to use is matching our needs).
so i coded some admin pages for my plugin. connect it to the wp database. so far thats all good to me. but i still don't know how i realize my frontend of the plugin.
plugin frontend needs:
- user has to fill up some data in my special forms
- data needs to be send by form to the next page
question:
- how can i send those data via method post/get to the next page to go on?
- add_shotcode seems good for small plugin-snippets, but my plugin will include a qouple of functionality. is there a alternative to add_shortcode?
hope you understand my issue. :-)
thanks!
janek