Hi Seblod team,
Here's my problem : I have a list of ormations. That formation are limited in a max of suscribers possible.
So this is how a formation is registred :
- formation_name
- formation_price
- formation_date
- formation_max_suscriber
Now I call this formation in a dropdown on a registrering form.
What i would like is when user select "Formation A", the value of "formation_max_suscriber" appear just under dynamically.
I need this value for different operation later, that's why i need it there... Could anybody give me an idea of how to do this ? Thanks by advance...