clarkeash Posted February 24, 2013 Posted February 24, 2013 I have a script filter that then goes to a script http://d.pr/i/kq8O The "arg" item is passed to that script when that particular option is selected, however is it possible to also pass through a value that the user has typed? Hope that makes sense. Thanks.
clarkeash Posted February 24, 2013 Author Posted February 24, 2013 If it helps here is a screenshot http://d.pr/i/rArn so when the controller is selected "controller" is passed as the arg, but I also want to get the "PostController" value.
jdfwarrior Posted February 24, 2013 Posted February 24, 2013 You could do that by including the value sent by the user in the arg area. Include some form of separator so that you could split the arg in the next step into the input and the actual arg value
clarkeash Posted February 24, 2013 Author Posted February 24, 2013 Hi, Another question is when outputting a notification is it possible to have a notification at the start of a process then another at the end without them becoming 1 notification? Thanks
Tyler Eich Posted February 24, 2013 Posted February 24, 2013 Hi, Another question is when outputting a notification is it possible to have a notification at the start of a process then another at the end without them becoming 1 notification? Thanks Yep! Do it like this: Hope this helps
clarkeash Posted February 25, 2013 Author Posted February 25, 2013 Yep! Do it like this: Hope this helps Yea, Thats great thanks Tyler Eich 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now