9 years ago
1
Topic

hello,

I create reading sheet for books.

I would like users to make lists of their favorite books. how to: 

1 book title as the user types on the form to be recognized and pre-filled.

2 the name of the author automatically filled

3 if reading sheet does not exist we ask to create it 

excuse me for my poor english and thank you in advance for your answers

Get a VIP membership
154 Posts
WebOne
9 years ago
0
Level 1

armel:

You don't always need to prefill fields - you can use the Code pack http://www.seblod.com/products/1854   and then adjust fields eg. using BeforeStore.

$fields['name_of_author']->value = 'some value';

Get a VIP membership