Hi Modx’ers,
I have been using a custom form for sometime and have been trying to plug it into modx as a snippet.
here is an example of the form
http://www.creativepact.com/auzzie-form.php
How it normally functions is the form posts to same page (action="")
<input type="hidden" name="senddaform"><input type="submit" value="Submit">
then the processor is triggered by
if (isset($_POST['senddaform'])) {
but it doesnt want to trigger, i have also tried action="[[~[[*3]]]]" which is the snippet id but it triggers without being posted.
Any ideas?
Cheers Sam