I have a text field that is using Advanced > Lookup to pull in a name field from another form based upon the entry ID. I need to display the first name, however, show="first" does not work for the text field. I can't pull only the first name into this text field either. How might I accomplish this?
have you found a solution without using JS? I have not been successful with these instructions. How to use name fields in WordPress forms - Formidable Forms
Please login or Register to submit your answer
I solved this using javascript
That's what I was going to suggest as well. It's one line to perform the extraction of the first name and 5 or so lines of standard infrastructure.