September 25, 200025 yr Is it possible to create a form that will add or edit a repeating field? Since the field name is the same no mater how many cells, is it possible to submit information to each cell? <form action-"FMPro?> <input type=hidden name=-db value="mydata.fmp> Enter a sku <input type=text name="sku"> Enter another sku <input type=text name="sku" <input type=submit value=-new> </form> This isn't the final HTML, just trying to get the point across. Anyway around this? I know I can define multiple fields, but hopefully I can get around this. Thanks Rich ------------------ Rich
October 16, 200025 yr Looking through the FMP4 CDML reference, the [FMP-Repeating] tag gets information *out* of a repeating field, but I cannot see any tags that are sepcifically associated with puting data *into* repetitions. As an outside chance, try specifying field.0 and field.1 in your form to refer to the specific repetitons. Make sure the layout referred to by the -lay tag has the rpeating field and all repetitions on it.
Create an account or sign in to comment