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}
|
onChange={handleChange}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="form-grp checkbox-grp">
|
{/* <div className="form-grp checkbox-grp">
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
name="checkbox"
|
name="checkbox"
|
||||||
@ -190,7 +190,7 @@ export default function Schedule({ onFormSubmit }) {
|
|||||||
<label htmlFor="checkbox">
|
<label htmlFor="checkbox">
|
||||||
I'm serious about growing my business and understand services start at $1,500
|
I'm serious about growing my business and understand services start at $1,500
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div> */}
|
||||||
<button type="submit" className="btn">
|
<button type="submit" className="btn">
|
||||||
Submit Request
|
Submit Request
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user