2018-10-07 UTC
# Zegnat I haven’t done enough server-side node to be able to comment on that side of things. But for PHP you would just need 1 PHP file that you submit your form to (submithere.php). That file will then check the data it got ($_POST) and put it in an HTML template you have already made (could use a template engine, or simply a string with variables like you have in your display_public() function). Then save the finished HTML to disk.