I have created a module.Now I want to run use it for my purpose,for that I need to give some input.I have created a input box,named my_input,but I can not take the input using a python script.But in case of id using the function getId() I can take the value of id in some variable in a python script and print it.<br>
<br>Please provide me with the proper solution so that I can take the values of inputs and store those values in some variables for further handling.<br>