Search
 
SCRIPT & CODE EXAMPLE
 

PHP

laravel checkbox terms and conditions

<form action="/checkbox-example" method="POST">
        @csrf
        <label>Your Name</label>
        <input type="text" name="name"/><br/><br/>
        <input type="checkbox" name="terms">
        <label>Do you agree to Terms & Conditions</label><br/><br/>
        <button type="submit">Submit</button>
 </form>
Comment

PREVIOUS NEXT
Code Example
Php :: verificare esistenza file in php 
Php :: run a server php with a specific folder terminal 
Php :: composer create-project --prefer-dist laravel/laravel blog 
Php :: php uuid generator 
Php :: php access json object 
Php :: Turning a StdClass object into an array 
Php :: php array continued 
Php :: laravel not in query 
Php :: carbon 2 days ago 
Php :: php inline if 
Php :: woocommerce if it is shop page remove breadcrumbs 
Php :: how to separate date and time in laravel 
Php :: get all errors view laravel 
Php :: check string in php 
Php :: fixuphost 
Php :: php remove html tags 
Php :: path to php cli moodle in moodle 
Php :: mysql server has gone away php 
Php :: codeigniter form_validation email 
Php :: make model -mcr laravel 
Php :: fore install debian 10 php 7.3 
Php :: php set x-frame-options 
Php :: how to one increment after post in laravel collective 
Php :: php remove warning 
Php :: laravel display old value in form 
Php :: guzzle post request with data 
Php :: php artisan up 
Php :: laravel first or create 
Php :: php curl post 
Php :: while loop php 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =