It doesn’t matter why you might want to add a reset form button for your users. It could be that the form has conditional logic, is super long, complex, or that it has form fields that are prone to user error. We will look at a straightforward way to add a form button to reset […]
We have developed and packaged up a custom plug-and-play Stripe recurring payment credit card HTML and PHP form that is easy to integrate into any website. The front-end form is created using a responsive Bootstrap HTML template that is clean and easy to customize with built-in user confirmation and error notifications. The included Stripe recurring […]
Alright, so you need some text, links, or images to scroll across your website from left to right. Some folks call this a “news ticker”, some call it a “text scroller” — we will stick with news ticker for the sake of keeping our references simple. Sure, you can make this happen with JavaScript but why complicate […]
Have you ever wondered why the default font for a form textarea field is different when using a placeholder? The default fonts for all web forms are usually determined by the browser used, and technically, it is up to us to define what fonts or styles to display via our CSS. Here is how you […]
When applying CSS to your HTML, there are many times you specifically want to show or hide an element on the screen when being viewed on a mobile device. This little CSS code snippet can come in handy when trying to have max control of your page elements in a responsive setting. In your CSS […]
So, have you ever wanted create your own custom cPanel or Webmail login form? We sure have, and since cPanel shares the same login interface for both Webmail and cPanel, we can easily use some clever PHP paired with a customizable HTML form to get the job done. Why Create A Custom cPanel & Webmail […]
Working in the web development space can be very rewarding, though, can also be very stressful — let’s not forget, throw you into the realm of self-isolation. Trust me. Assuming you are passionate about what you are doing, there is nothing better than listening to some killer music and getting lost in your development production. […]
You have coded up your HTML form, styled it, and looks great on your website. Now, you want to receive an email when a user fills out your form that contains the user-submitted form contents. There are many advanced ways to process an HTML form using PHP, but in this answer, simple is the name […]
In case you haven’t noticed, with most PHP form processors, if a user fills out a textarea within your form using paragraphs or line breaks, the formatting of the paragraphs and line breaks are stripped away from your delivered e-mail contents. In this example, we will use the PHP nl2br() function to fix this, displaying […]
So you want to add a link or button to share your current page URL or a static link to Twitter? Of course, Twitter provides a few resources for this, which are ugly, to say the least; there are also third-party services available such as AddThis. If you are using WordPress, there are loads of […]