Email Class Description Hey! you sick of writing email functions to handle the ins and out of emailing your users? Or when you want to email someone an attachment via your code it can be a pain. Ok I have wrote a class that handles everything email related, with this class you can send basic email, email validation, adding bcc, css’s to your emails, methods for debugging, html encoded emails (allows you to send html/css emails) the log all w...
The “Form Expression Parser” enables you to parse and calculate custom result variables based on a user’s form field input and private declared variables. The custom result variables will be parsed upon form submission and readily available to you making it possible to store them in a database or other container or take appropriated action depending on the values of the result variables. Simply add one or more textfields or textareas to you...
Complex template of HTML/CSS contact form. Available in 4 cool styles with many additional options. Pure CSS, no images 4 different styles Clear HTML structure Custom CSS3 notification boxes Custom CSS3 tooltips hover, active, focus states Note: Please remember that IE doesn’t support some CSS3 attributes.
A ajax contact form inside a google maps marker info window. Works for one or multiple locations. A different email address for every location can be configured. If only on location is on the map, the info window with the contact form opens when the map is loaded. JavaScript + Ajax backend in Php. Fancy JQuery offline validation. Easy to modify, just edit the config file. 60 Custom markers included (12 building types in 5 colors each...
Best and most Flexible Contact Form available. Changing ‘Admin Username’, ‘Admin Password’ and ‘Page Title’ is disabled on the demo version. Features: Easy to use AJAX contact form Easy to Implement in your own template! Powered by jQuery Easy installation process! Antispam Verification Email Validation ‘Admin’ folder can be renamed without any coding No database or PHP knowledge is required Flexible control via admin panel Compatible wit...
This easy e-commerce script saves developers a lot of time configuring a form for PayPal Pro API services. NOTE : This uses PayPal PayPal Payments PRO , which is a PAID service. However, all of the validation can be extracted and used on other payment forms to verify the fields. Lastly, a SSL certification should be used when implementing this on a site. The script includes: validation of all fields validation of proper credit car...
There are time when you might need a form that will primarily be used to collect data that will be saved for nothing more than viewing. This script provides you with a framework where you will not need to write any PHP code for processing such forms. With this script all you will need to do is provide some information relating to the form in the admin dashboard and then copy 2 line of markup to the page that has the form you want to process....
What is Visual Form Builder? Visual Form Builder enables you to create beautiful HTML5 forms in seconds. Each form has integrated client side and server side validation, and is compatible with all browsers (even IE6). Features A beautiful and simple interface – Add fields with one click. Two built in themes – Easily add your own additional themes to the application. All major field type including HTML5 fields – Text, Text Area, Select,...
One of the things that can make your scripts really hard to read and take up much space are inline HTML tags. This helper class makes it possible to write inline html tags in a really simple an clean way. Take for example the following code. It is used to show a select box and the selected variable is to choose a select item. &lt;?php $selected = 'green' ?&gt;<br /><select name="colors" id="colors" /><br /> <opti...