remove checkbox in page scheduler
This commit is contained in:
parent
2305cbe954
commit
87fcf77b3f
@ -178,7 +178,7 @@ export default function Schedule({ onFormSubmit }) {
|
||||
onChange={handleChange}
|
||||
/>
|
||||
</div>
|
||||
<div className="form-grp checkbox-grp">
|
||||
{/* <div className="form-grp checkbox-grp">
|
||||
<input
|
||||
type="checkbox"
|
||||
name="checkbox"
|
||||
@ -190,7 +190,7 @@ export default function Schedule({ onFormSubmit }) {
|
||||
<label htmlFor="checkbox">
|
||||
I'm serious about growing my business and understand services start at $1,500
|
||||
</label>
|
||||
</div>
|
||||
</div> */}
|
||||
<button type="submit" className="btn">
|
||||
Submit Request
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user