Jump to content
  • 0

Capture Problem black bullet


arttuki

Question

Dear all,
i have problem with capture i want to capture just the selected value with left strin and right string

class="title" name="gender">
                                    <option value="0" SELECTED>Male</option>
                                    <option value="1" >Female</option>

Can someone help me to capture just Male or Female value which is selected. Thanks so much for support

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

@arttuki just do it as a variable and then do another parse block to parse the variable

 

ex make first parse do not check capture so it is just a variable and give it a short name like gender

class="title" name="gender">
                                    <option value="0" SELECTED>Male</option>
                                    <option value="1" >Female</option>

and then do another parse block to parse the variable that you just got  with a LR parse just do the start here "SELECTED>" and the end of the parse here "</option>" and use this second parse as the capture it will have what you are wanting to capture

Edited by castew
  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...