Thank you. Before I read your message, I figured out how to do it. the same way you did, but different wording. repeat display dialog "First Name?" default answer "" display dialog "Last Name?" default answer "" display dialog "Email?" default answer "" beep end repeat
Thanks, Rob Sent from my MacBook On Feb 26, 2015, at 9:08 PM, Barry Hadder <bhad...@gmail.com> wrote: > Well, I guess you could do something like this. > > set dialogResult to display dialog "First Name" default answer "" > if (button returned of dialogResult is "OK") then > set dialogResult to display dialog "Last Name" default answer "" > if (button returned of dialogResult is "OK") then > set dialogResult to display dialog "EMail" default answer "" > if (button returned of dialogResult is "OK") then > and so on > end if > end if > end if > > On Feb 26, 2015, at 8:16 PM, Barry Hadder <bhad...@gmail.com> wrote: > > I don’t think you can do that with the standard user interaction suite. > You would need to create a Cocoa apple script application project in Xcode > and create a UI from scratch which is much more complicated. There also > might be some third party solutions for doing something like this. > > On Feb 26, 2015, at 6:55 PM, Robert Cole <mr.robertc...@icloud.com> wrote: > > Hi, > Can someone tell me how to make this script display multiple edit fields? > For example, first name > last name > email… > Here is what I got. > > display dialog “First Name?" default answer “" > > > > > Thanks, > Rob > Sent from my MacBook > > > -- > You received this message because you are subscribed to the Google Groups > "MacVisionaries" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to macvisionaries+unsubscr...@googlegroups.com. > To post to this group, send email to macvisionaries@googlegroups.com. > Visit this group at http://groups.google.com/group/macvisionaries. > For more options, visit https://groups.google.com/d/optout. > > Barry Hadder > bhad...@gmail.com > > > > > Barry Hadder > bhad...@gmail.com > > > > > -- > You received this message because you are subscribed to the Google Groups > "MacVisionaries" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to macvisionaries+unsubscr...@googlegroups.com. > To post to this group, send email to macvisionaries@googlegroups.com. > Visit this group at http://groups.google.com/group/macvisionaries. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails from it, send an email to macvisionaries+unsubscr...@googlegroups.com. To post to this group, send email to macvisionaries@googlegroups.com. Visit this group at http://groups.google.com/group/macvisionaries. For more options, visit https://groups.google.com/d/optout.