The site, and support, has been quiet for a very long time. I am familiar with the project and have provided help for many users. Have you created a form? Have you tried to install it? Exactly what kind of help are you looking for? FYI, the documentation for the new generator is not available. It is only available for the old version which is quite different so it will not help.
I can help with any problems you have but I need to see what you have and/or get...
It is possible but not practical to create a generic CSS for this purpose as fields...
I can't read your post. In any case the form has a submit function that checks the...
If you had this before $subject=$_POST['field_1']; Then you should start with $field1=$_POST['field_1'];...
I have no idea what your form looks like and therefore my example was just that,...
That error is typically an error in a variable name. Make sure you do not try to...
Using the same example #2 from my previous post. $subject=$field1.' '.$field2.' ...