HTML Bootstrapmade Templates Pro (php-email-form.php)

activ8

Well-known member
Master
Diamond
Elite
XNullUser
Joined
Feb 16, 2022
Messages
516
Reaction score
796
Points
93
NullCash
6,725
Does anybody have any pro template with form please from;

I am looking for the contact form in php-email-form.php

<?php
/**
* Requires the "PHP Email Form" library
* The "PHP Email Form" library is available only in the pro version of the template
* The library should be uploaded to: vendor/php-email-form/php-email-form.php
* For more info and help: https://bootstrapmade.com/php-email-form/
*/

 

HMC

Well-known member
Master
Diamond
Elite
Joined
May 29, 2021
Messages
518
Reaction score
1,132
Points
93
Location
Server Room
Website
localhost
NullCash
9,708
Yes, i have bypassed this mail sending error and also customized it.
 

activ8

Well-known member
Master
Diamond
Elite
XNullUser
Joined
Feb 16, 2022
Messages
516
Reaction score
796
Points
93
NullCash
6,725
Yes, i have bypassed this mail sending error and also customized it.

Would you be able to share the full script please of this template ?

Thanks
 

HMC

Well-known member
Master
Diamond
Elite
Joined
May 29, 2021
Messages
518
Reaction score
1,132
Points
93
Location
Server Room
Website
localhost
NullCash
9,708
I just downloaded the free version and made some tweeks to remove the error of mail sending, and i have tested it for sending mail.

@activ8 bro

i don't have the pro version

Please note, i tested this only on Flex theme.

How to null and remove error of mail sending:

Step 1. You need to download the free version.
Step 2. go to folder forms and replace the attached contact.php which is attached.
Step 3. open the contact.php go to line no. 11, enter your desired name and your email.
Step 4. go to assets\vendor\php-email-form and replace the attached validate.js file.

Clear your browser cache and test the form, it will not show any error and will also send the email.

Done!
Post automatically merged:

@activ8 you may follow the same procedure for other themes of bootstrapmade.com, hope their form validation coding is same for all the free themes.
 

Attachments

  • bootstrapmade- email send nulled.zip
    2 KB · Views: 11
Last edited:

activ8

Well-known member
Master
Diamond
Elite
XNullUser
Joined
Feb 16, 2022
Messages
516
Reaction score
796
Points
93
NullCash
6,725
Wicked! That works

Thanks so much!
 

perillas

New member
XNullUser
Joined
Oct 18, 2024
Messages
2
Reaction score
0
Points
1
Location
españa
Website
ivanglezglez.es
NullCash
4
I just downloaded the free version and made some tweeks to remove the error of mail sending, and i have tested it for sending mail.

@activ8 bro

i don't have the pro version

Please note, i tested this only on Flex theme.

How to null and remove error of mail sending:

Step 1. You need to download the free version.
Step 2. go to folder forms and replace the attached contact.php which is attached.
Step 3. open the contact.php go to line no. 11, enter your desired name and your email.
Step 4. go to assets\vendor\php-email-form and replace the attached validate.js file.

Clear your browser cache and test the form, it will not show any error and will also send the email.

Done!
Post automatically merged:

@activ8 you may follow the same procedure for other themes of bootstrapmade.com, hope their form validation coding is same for all the free themes.
como puedo descargarme los archivos que has pasado??
 

HMC

Well-known member
Master
Diamond
Elite
Joined
May 29, 2021
Messages
518
Reaction score
1,132
Points
93
Location
Server Room
Website
localhost
NullCash
9,708
Boa noite, Rafael! Também quero, hahahahaha

-----------------------

I did try the tweaked files suggested here, it bypass the error message but simply won't send any emails in my case.

Any thoughts?
did you put your email address inside the file?

$toMail = 'Your-Name <contact@domain.com>'; // Your name & mail address here example 'Your Name <contact@domain.com>'.
 
Top