Forum Replies Created
- AuthorPosts
holyman
ParticipantBrilliant.
holyman
ParticipantAny updates ?
holyman
ParticipantBrilliant. Thanks.
holyman
ParticipantI just checked a few functions are not working on my website, only working where there is a form. Error snapshot attached. Please help.
Attachments:
You must be logged in to view attached files.holyman
ParticipantI used the following:
1. $(‘form, input, select’).prop(‘autocomplete’, ‘nope’);
2. $(‘form, input, select’).prop(‘autocomplete’, ‘off’);
Nothing worked.holyman
ParticipantBrilliant. You’re awsome.
holyman
ParticipantWOW, it really worked.
holyman
ParticipantBrilliant. Got it.
holyman
ParticipantMy functions.php code:
add_action(‘quform_pre_send_notification_17_2’, function (PHPMailer $mailer, Quform_Notification $notification, Quform_Form $form) {
$ridMK = $form->getValueText(‘quform_17_2’);
//$mailer->Body = str_replace(‘{bar_code}’, do_shortcode(‘[barcode text=’.$reg_idMK.’ type=code128 height=80 width=2]’), $mailer->Body);
//$idw = “MK2000001”;
$mailer->Body = str_replace(‘{bar_code}’, do_shortcode(‘[barcode text=’.$ridMK.’ type=code128 height=80 width=3 showText=0]’), $mailer->Body);
}, 10, 3);holyman
ParticipantOh brilliant. By using your reply and some search into your forum I’ve developed a solution through which I am now able to create an event ticket in the auto-reply with a barcode. The only thing remains is to covert the ticket into PDF and attach, your brilliant help would be much appreciated.
holyman
Participantany help? Its been 3 days I have asked something support to be very simple.
- AuthorPosts