Hi everyone,
I'd like to use Views Embed Form to create a form with a text field and a submit, when submitted information are sent to the system email configured in Site Information, the information sent should contain the node id, the text field content, thats it.
Any clue where to begin ?
Thanks,
Comments
Comment #1
meba commentedHi,
you need to create your own module first. It's easy and you will find plenty of tutorials on google.
You need to create your own form then, something like:
After that, you have to implement simple VEF api:
You will see your form in Views field settings after that and you can use it.
Is this enough?
Comment #2
Heilong commentedHi,
I just try to modify the default form provided with the VEF module for testing purpose. To have a field added to the form, I used this :
After when I refreshed the view page no text field is displayed.
Comment #3
meba commentedDo you still have the problem? It's more like a support issue for developing modules, not VEF module.