Skip to Content
Menu
This question has been flagged
2 Replies
4614 Views

how to get the field value (content) edited by the user??

i asked the user to give his name and i would like to get this name to use it.

how should i do in python??

Avatar
Discard
Best Answer

You can override create and write method. In those method you will get value of fields.

I hope this is what you are looking for.

Avatar
Discard
Best Answer

Hey, if you're planning to use the value in a on_change method, you must pass the name of the field to the function that you use in the on_change.

Avatar
Discard
Related Posts Replies Views Activity
1
Mar 15
3611
0
Dec 24
59
2
Aug 22
11982
1
Jun 22
3454
4
Oct 20
6650