Questions tagged [sheepit]

4 questions
0
votes
1 answer

jQuery - How to populate (data inject) a NESTED SheepIt form

I have a SheepIt form of Vehicles, each of which may have any number (0 - infinite) of Stops. A vehicle has a type, notes and (any number of) stops. A stop has a date, time and location. This is my SheepIt code: var sheepit_vehicles =…
Bing
  • 3,071
  • 6
  • 42
  • 81
0
votes
1 answer

jQuery SheepIt demo indexes are wrong using nested forms

I am using the demo here: http://www.mdelrosso.com/sheepit/index.php?lng=en_GB&sec=demo3 But if you have two of the outer forms (addresses) and two each for the inner forms (numbers) and inspect the elements you'll notice the names of the inputs…
Bing
  • 3,071
  • 6
  • 42
  • 81
0
votes
1 answer

jQuery SheepIt: Data injection into "Date" Input Type

I actually already have an answer for this, but am posting here in case anyone else has the same problem Using the SheepIt jQuery plug-in, I cannot inject data into input fields of type date, such as:
Bing
  • 3,071
  • 6
  • 42
  • 81
0
votes
1 answer

SheepIt: Data injection on multiple values per duplicated form?

I have two fields I want to duplicate using SheepIt: Email-Address and Email-Address-Type. These should be duplicated every time. I have this working already, here is the HTML:
Bing
  • 3,071
  • 6
  • 42
  • 81