I’m having trouble getting the eForm snippet to work. I have no clue where to put the eform snippet call to make the form work. can somebody help please?
You have to place the snippet call in that page where you want to display the form.
In the doc folder ( \assets\snippets\eform\docs\ in your modx installation) you can find examples.
René
Does It have to be in a specific place in the page? Like part of the form?...
The form itself is usually in a chunk. You place the call in that place where you want the form to appear.
René
Thank you. I have figured out what I was doing wrong. I was trying to put the code for the form in the content itself and then couldn’t figure out where the snippet call was supposed to go. I moved the form code to a chunk and replaced it with the call and everything works now.