We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, Can't find the way to do a form like this inside p5
(form method="post" action="process.php") (input type="hidden" name="data" id="data" /) (/form) I already saved an image in my server and need to send the email of the user to the php file that handle this process. Is it clear the question? Thanks for the help David
Answers
Use p5.post() or vanilla JS / Ajax...
ah great! thanx