RichJr Posted September 25, 2000 Posted September 25, 2000 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
Vaughan Posted October 16, 2000 Posted October 16, 2000 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.
Recommended Posts
This topic is 8873 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now