Hi,
I have purchased and installed the plugin. It seems to work but there is an issue.
I do not have a child theme. I have classipress as the main theme and so i followed steps 7 and 8. I realized the the lines asked to be changed are not correct. (for example, cp_formbuilder() does not start at line 39 in classipress 3.1.9. It actually starts at line 20). The line numbers are ALL wrong but I just went ahead and made sure I follow the instructions regardless. So I replaced the functions that were supposed to be replaced and the plugin works.
Except now when I go on the website and click the "Post an Ad" button, I get this error:
Parse error: syntax error, unexpected $end in /home/kwidam/public_html/
wp-content/themes/classipress/includes/forms/step-functions.php on line 945
short_open_tag is set to on in php.ini and I also tried changing all the "isset" to "!isset" inside the file but that didn't change anything. I am now out of ideas. Is anyone able to help?