Skip to main content

Bonjour, 

je cherche à faire un formulaire d’inscription à des cours de qi gong.

Je souhaite avoir le nom, prénom adresse mail et numéro de téléphone,

le choix (case à choix multiple) du forfait choisi (cours unique, forfait 10 cours, ou cour annuel)

avec le prix qui s’affiche de chaque forfait

 

Comment dois-je procéder, car j’ai une table “client” une table “forfait”

mais le formulaire ne convient pas, puisque le champs “forfait” est un champ texte, alors que je souhaiterai un champ à choix multiple.

 

Merci de votre aide

Hey ​@Sophie Hoa,

Do you have access to the data base (data layer -different to the form)?
If so, you can:
1. Right click on the text field you are making reference to
2. Click on Edit Field
3. Click on the field type (probably currently set to “Single line text”)
4. Select “Multiple Select” instead.
5. Proceed to create new Options for the dropdown.

Hope this helps!
 

Mike, Consultant @ Automatic Nation 
YouTube Channel 


How does this look?  I used a linked field to the Packages table, and made the primary field of the Packages table be a formula field that displays the name of the package and the Cost

You can also display the Cost separately as one of the fields in the linked field picker too

I’ve set it up here for you to check out!

https://airtable.com/appGQka5yqZgLQwuq/pagVlcq5lWVGhWVuo/form

 


Merci,

en fait j’ai une table de clients, à laquelle j’ai lié une table produit

 

et je souhaite avoir un formulaire d’inscription ou le client saisi ses coodonnées et ensuite choisi sa formule

et je ne vois pas comment dans ma table “forfait” je mets les cases à sélection multiple


Hey ​@Sophie Hoa,

I don’t think I am fully following unfortunately. Would you mind going through (i) your use case again, and (ii) your current Airtable setup (e.g. what tables and what fields you have).

Sorry!

Mike, Consultant @ Automatic Nation 
YouTube Channel  


@Mike_AutomaticN sauf que la première colonne de ma table ne peut pas etre saisie en “sélection multiple”


Correct ​@Sophie Hoa! Primary Fields cannot be of type multiple select. 
 

Airtable currently supports customizing primary fields as the following field types (support article here):

  • Single line text

  • Long text

  • Date

  • Phone number

  • Email

  • URL

  • Number

  • Currency

  • Percent

  • Duration

  • Formula

  • Autonumber

  • Barcode


Why is it important that your primary field is the Multiple Selection on your events table?
If it is just a matter of showing that value, you can have a different field on your Events table (rather than your Primary field) be the multiple select, and set your primary field as a Formula which just references your multiple select field. In this way, primary field will still show the selected value.

e.g. Multiple Select field is called “Event Type”. You would just need to set your formula on the prmary field to {Event Type}.

Mike, Consultant @ Automatic Nation 
YouTube Channel 


re: et je souhaite avoir un formulaire d’inscription ou le client saisi ses coodonnées et ensuite choisi sa formule

Hmm, if you could tell me what’s wrong with this sign up form with package selection I could try to help!  https://airtable.com/appGQka5yqZgLQwuq/pagVlcq5lWVGhWVuo/form
 

This is what the data looks like after some signups:

 


merci ​@TheTimeSavingCo , je pense que le problème vient de mes tables à la base, je vais essayer de corriger ça.

 

Merci