This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
WordPress integration using Advanced Code
Started 15 years ago by yuniar | 21 posts |
-
I couldnt help noticing this rather bloated hack, the sollution is so much easier and was probably the first change I did. Look into the function display_machform() in the machform.php file.
In the end you see "echo $markup", alter this to "return $markup" and you have solved it all.
$data = display_machform($mf_param);
do whatever you like with $data, and you do not need the ob_start() functions.
Posted 14 years ago #
Reply
You must log in to post.