Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
problem creating plugin
thetryr
New
i try to make my own plugin. I have a problem, succed with a form, but no idea to create multiple form. How to du?
0
Answers
I find it best to lay out a rough programming specification that details the desired behaviors and reaponses... then write code. That way if im stuck i can post my spec and say
This is what im trying to accomplish (insert specification)
This is what i did (insert code here)
this is the behavior exhibited (insert screen shot)
Then people may be able to provide guidance.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
I couldn't have said it better
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
i dont know idea, im newbie to the garden fw.
maybe like this.
in the class.myplugin.plugin.php
$form = new Gdn_Form (blablabla)
and in the view folder
$this->Form (blabla) will give me a form with a submit button, right?
But i cant to paste such code to make 2 form/2submit. Im sorry for bad explanation.