Hello
I have a form that read a record from database PRODUCTS its OK
In form there is a dropdown field that show Suppliers its OK
I would like add a new supplier from dropdown directly and when save Article, save new supplier too
Hi economyweb,
I think that you would need to do at least part of this using Custom PHP. I'm not clear exactly how your form works but my best guess is that you would need to check for a new Supplier entry from the dropdown and if one is found create and save a new supplier record???
Bob
hi
can you share this form. I need something similiar - record creating and editing.
In fact, I have a repeater field on top which displays all entries, with a select button on each entry..but I cant get the AJAX working
Yes, no problem...
Do u want send to you a backup form??
send me your email and I'll send you a backup (comercial@economyweb.es)
Other think KaalOO ...
the problem with repeat using "model..field" is the name and id of field ...
All fields at the FORM LIST has the same "name" and "id"
name=model[][field] id=model_field
CF7 it should have the __N__ clause like CF5 had... model.__N__.field
and then each input field have different name and id
name=model[1][field] id=model_1_field
so you know somthing about??
Post the form here, I'd like to see it as well.