Upload data in a Supplemental table from a form
Hello,
I created a simple form to upload data to the profile list and to a supplemental table. The profile list is receiving data from this form, but the Supplemental table does not receive anything from it, although the field names from both the profile and the Supplemental table are correct and the form rules and the personalization data are set correctly as well.
Here are the fields I want to be uploaded to the Supplemental table:
<input type="text" name="$NOME_PET$" placeholder="Nome do pet">
<input type="text" name="$DATA_NCTO_PET$" placeholder="Data de nascimento do pet">
0