Dynamically Change Form Action Based on Select Option Using jQuery

In this article we are discussing about how to change form action based on select option using jquery in HTML. Here in this article you will learn how you can change form action dynamically selecting by drop down option value step by step. This form action change related with drop down value used in search … Read more

How to use datepicker in html form

How to use datepicker in html form for display calendar.It gives the option to select date,month and year in html form which becomes easy for user.No need to enter the date value in textbox only need to select and it will display automatically in text field.Just see an example. <!doctype html> <html lang=”en”> <head> <meta … Read more

how to display captcha image of product review in opencart

Display Captcha Image on Opencart Product Page Just change your function getcode() in captcha.php in system library file and you will get captcha image on product review form in opencart. If,still you are not getting captcha just delete your browser cache and cookies and you will get it successfully. It will display captcha image in … Read more