Remove required in the field Contact Form 7

Viewed 34

is it possible to remove this attribute or class from the field placed in the form?

I have some fields as required, but for a strange reason, it marks all the fields as required

<label>Name:
[text* your-name] </label>

<label>Phone: 
[tel* telefono]</label>

<label>Account (format: xxxx-xxxx-xx)
[text* presupuestaria]</label>

<p>How many pages does your document have?
[text totalpaginas]</p>

<p>What is the Number of Copies do you need?::
[text canticopia]</p>

<p>It is confidential?[select confiden id:confidenselect "No" "Si"]</p>
[group group-999 clear_on_hide inline]
<div id="confident">Data of the person who will withdraw the copies
<p>Name:[text sinombrefoto]</p>
<p>Email: [text siemailfoto]</p>
</div>
[/group]
<p style=”float:right”>
[submit “Submit”]
</p>

I try to send the form but it tells me that I have empty fields and these, as they are seen in the code, are not as required

<input type="text" name="totalpaginas" value="" size="40" class="wpcf7-form-control wpcf7-text" aria-invalid="false" required="">
0 Answers
Related