Skip to content

Commit

Permalink
Add hidden field
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jun 5, 2024
1 parent 016e0bf commit 5d3ba89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/annonces/[slug]/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default function Contact({id, propertyRef, contactTel, contactName, conta
<label className={styles.label}>Je souhaite être recontacté(e)</label>
<div className={styles.fields}>
<input hidden={true} name="id" value={id}/>
<input hidden={true} name="ref" value={propertyRef}/>
<Input bindings={lastnameBindings} label="Votre nom" type="text"/>
<Input bindings={firstnameBindings} label="Votre prénom" type="text"/>
<Input bindings={phoneBinding} label="Votre numéro de téléphone" type="text"/>
Expand Down

0 comments on commit 5d3ba89

Please sign in to comment.