Search Results for 'script'
-
Search Results
-
Hi Everyone,
I pretty new to TF5 and scripts. I hope someone can help my with my concern.
I would like assistance in making a summary field that enumerates individual items from a Table Field.
Form 1: Customers
Fields: Name, AgeForm 2: Products
Fields: Name of product, description, instructionsForm 3: Orders
Fields: Customer(link from Form), Date of purchase, Product (Table Fields copy records from Products)E.g. John Doe, orders the ff items: a) A4, b) pencils, c) erasers on 2 April 2020.
In the Orders Form these are displayed separately in rows in the Product Table (with corresponding price and description)
I want to have a separate summary field in the Orders Form that will output the ff: “A4, pencils, erasers.”
Example 2:
Orders are
1. A4, 500pcs, $10
2. pencils, 1pc, $0.5
3. A4, 500pcs, $10
4. ballpen, 1pc, $1Output is “A4, pencil A4, ballpen.”
I’m not sure if I was able to explain it clearly. Any help would be appreciated.
Hi! I’m starting to use script in Tap Forms 5.
Perhaps someone can help me with this. I think is easy but I’m stuck.Scenario: I have two forms that are related with the link to form option in a one to many way.
Form Customers:
Fields: Name, Phone, Address, Tickets (Link to Form)Form Tickets:
Fields: Customers (Link From Form), Subject, Date, Resolve, NotesI want to run a script to add the value I see in Form(Tickets)->Customers to Form(Tickets)->Notes.
Thank you!
Topic: Prompter Script question
I have a prompter that allows a user to key in several pieces of information about a contact such as First Name, Last Name, Street Address, City, State, Zipcode, Phone Number, Email, Emergency Contact First Name, Emergency Contact Last Name, Emergency Contact Phone Number, etc. Due to the number of .addParameter entries the prompter window gets a little cluttered. To try and make it look a little more organized I would like to add some space in the prompter window between the Contact collection fields and the collection fields for their Emergency Contact. Is there a way to do this by adding a line with just plain text to show where the Emergency Contact entry fields start?