I have figured out how to include HTML code now (by enclosing within ?> and <?php tags) however my next problem is that the “ob_start()” code is suppressing the form when I run the page.
@ketanvyawahare sorry this may be another noob question but presumably this function goes in the functions.php file but then shouldn’t the code for the form be in php not HTML?
If I start my form with e.g. <html> I get a syntax error saying unexpected ‘<‘