Hello everyone :)
I would like to create a plugin with a widget where people will complete a form.
Form example:
- Name
- Age:
- What do you like: movies, books, cars
and when they press submit, it will show the results on the specific plugin page (so I have to create that page too...) but it will fulfill a sentence already made.
For example on that plugin page, the basic sentence is:
Hi, my name is [Name], I am [Age] y/o, and I like [].
So when the user submit his form, the sentence will be completed with what he choose.
But I don't want the page to be permanently changed, I just want it to change dynamicly, like a search results.
I don't know really much about php and widgets, so that is why I am asking for help. I am not asking to do it for me, just give me advices or show me an example somewhere; I don't know, because I am a bit lost for the moment ^^
Thank you very much :)