My Blog
Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Pellentesque in dapibus. Pellentesque in ipsum id orci porta dapibus. Proin eget t
For Developers
How to make dependent dropdown of state and district using cakephp2 form?
Creating dependent dropdowns in CakePHP 2 involves using AJAX to dynamically load data into the second dropdown based on the selection in the first. Here's how you can implement a dependent dropdown of "State" and "District" in CakePHP 2: Steps to Implement 1....
How to make id as auto increment in postgrey SQL?
just add below code in column properties id Default input Method: 1nextval('form_submissions_id_seq'::regclass) Method: 2 Via SQL Query ALTER TABLE statesADD COLUMN id SERIAL PRIMARY KEY; Note: if you already have column id previous please delete before above running...
For Designers
How to get the value of selected radio button using jQuery
Just use below code and modified according to your need. Note: this is very useful for COD and Prepaid charge addition using javascript, jquery, PHP <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> <br><br><br>...
How to Display Fields in a Single Column on Mobile – WPForms
Certainly! If you want to convert a multi-column form layout to a single column when viewed on mobile, follow these steps using WPForms: Creating a Multi-Column Form Layout: Start by creating a form with multiple columns. For example, let’s create a two-column layout...
Payment Gateway Integration
Razorpay payment gateway integration in php
Web development is the coding or programming that enables website functionality, per the owner's requirements. It mainly deals with the non-design aspect of building websites, which includes coding and writing markup. Web development ranges from creating plain text...
Paytm Payment Gateway Integration Using PHP
Integrate Payments with Paytm Add Paytm Payment Gateway to your mobile app or website. Collect online payments from your customers using UPI, Debit/Credit Cards, 50+ NetBanking options and Paytm Wallet. Paytm IS A PAYMENT PROCESS SYSTEM, I WILL INTEGRATE Paytm WITH...
WordPress Design
How to get the value of selected radio button using jQuery
Just use below code and modified according to your need. Note: this is very useful for COD and Prepaid charge addition using javascript, jquery, PHP <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> <br><br><br>...
How to show two columns on Contact Form 7
I've wrote about creating a two column form in Contact form 7. Now in this tutorial we will see on how to produce a responsive two column form. The form will be in two columns in bigger screens and will come one column in mobile devices. Our final form will look like...