Hi guys!
I can't seem to get this working:
(...)
return '<input type="hidden" name="articleURL" value="' . get_permalink($post->ID) .'" />'
(...)
Problem is the link ins't passed trough the form after submission.
Is there any other way to pass template tags trough a form?
Cheers!
MAC :)