Home › Forums › Quform PHP › Pre-select a Radio Button or Checkbox
- This topic has 15 replies, 3 voices, and was last updated 10 years, 8 months ago by Ally.
- AuthorPosts
- March 14, 2014 at 2:53 pm #9179sgordonsParticipant
Hi guys … is it possible to have a radio button pre-selected when my form appears? Also, can one or more checkboxes be pre-selected when my form appears?
Regards
GordonMarch 16, 2014 at 3:46 am #9192AllanSupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
March 16, 2014 at 11:35 pm #9196sgordonsParticipantAllan … thanks, but I’m using the HTML version. Please advise.
Gordon
March 17, 2014 at 1:45 pm #9214AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
March 17, 2014 at 2:11 pm #9215sgordonsParticipantAlly … Fantastic thank you, works like a charm. Is it possible to attache a PDF to the outbound “autoreply.php” email?
GordonMarch 17, 2014 at 2:25 pm #9216AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
March 17, 2014 at 3:10 pm #9217sgordonsParticipantAlly … thanks. A little confused as to the coding. If my attachment is TestFile.pdf, is the following correct:
$mailer->AddAttachment(dirname(TestFile.pdf). ‘/TestFile.pdf’, ‘TestFile.pdf’, ‘base64’, ‘application/pdf’);
Regards, Gordon
March 17, 2014 at 3:19 pm #9218sgordonsParticipantAlly … figured it out, all working. Many thanks.
Gordon
March 17, 2014 at 3:27 pm #9219sgordonsParticipantAlly … is it possible to gather several email addresses in a form and send the AutoReply.php email to each address?
Gordon
March 18, 2014 at 9:41 am #9225AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- This reply was modified 10 years, 8 months ago by Ally.
March 20, 2014 at 12:34 pm #9245sgordonsParticipantAlly … Thank you. On a separate by associated question, we are using this line:
$config[‘recipients’] = ‘me@example.com’;
to send the Notification email to one address. Is it possible to also send the Notification email via a BCC message from PROCESS.PHP?
Regards, Gordon
March 21, 2014 at 9:40 am #9250AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
March 28, 2014 at 7:10 pm #9354sgordonsParticipantAlly … Thank you. Tried this, however the BCC message is not received. Any suggestions?
Regards, GordonMarch 31, 2014 at 1:42 pm #9383AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
April 2, 2014 at 7:03 am #9406sgordonsParticipantAlly …Thanks again. I’ve tried your suggestion of AddCC and made sure all email addresses came back to me. Unfortunately get the same result as with the BCC attempt; the CC message doesn’t arrive.
And, I have just noticed that the AutoReply email doesn’t prepend [‘Company’] in front of the [‘from’] address which is found around line 65 in process.php: $config[‘from’] = array(‘company@example.com’ => ‘Company’);
It does work correctly however in the Notification email.
Regards, Gordon
- AuthorPosts
- You must be logged in to reply to this topic.