valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 10557
Questions & Answers
Q: I have successfully created a submission form using your software. However, I was attempting to add a spot on the form for viewers to attach a file (as in a picture file). Thought I had configured this through your interface but it isn't present on the form.
A: You need to have a form field for the attachment ... as outlined in the Help file https://bizpep.com/form1/ ....."This field must be of the input type="file" and the form start tag must include enctype="multipart/form-data" to enable file attachments. " ie in the form you should have something like <input type="file" name="Attach_File" enctype="multipart/form-data"/> and the Form start tag should be something like <form action="<?php if(!isset($_SERVER)){$_SERVER=$HTTP_SERVER_VARS;}echo $_SERVER['PHP_SELF'];?>" method="post" enctype="multipart/form-data" name="Form1"> You can automatically generate a form with these settings using the Designer Form function and adding a Field Type File. Let me know how you go.
Question and Answer Item 10557 - Browse All Question and Answer Items