Read input from Textbox

Archived support forum for customers who once purchased a PrimalForms product license. This forum is locked.
This topic is 12 years and 7 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
R1Johnny
Posts: 37
Last visit: Mon Dec 12, 2022 7:15 am

Read input from Textbox

Post by R1Johnny »

Since there is not documentation for this product can you please tell me how to read input from a textbox?
User avatar
Ferdinand Rios
Posts: 373
Last visit: Fri Sep 16, 2022 1:24 pm

Read input from Textbox

Post by Ferdinand Rios »

Create a variable where you want to store the text box value and assign the "text" property from the text box to that variable.

$theText = $textbox1.text
F.G. Rios
User avatar
Ferdinand Rios
Posts: 373
Last visit: Fri Sep 16, 2022 1:24 pm

Read input from Textbox

Post by Ferdinand Rios »

Also, read our blog for individual controls specification. Here is one on the text box:

http://www.sapien.com/blog/2011/06/13/p ... x-control/
F.G. Rios
This topic is 12 years and 7 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.