Hello!
I have a problem and i need you guys to find out how to solve this.
Pages what i have:
Add site:
Add name to a list
List site:
List the names in a rows + buttons in the row what linked to the profile site
Profile site:
Just show the name what i added on the Add page.
What I want:
I want to add a name on the Add site, and list that on the List page with a button what linked to a Profile site what contains the name what I entered. If I add a second name I want it to put to the 2. Row, under the row 1. If I click the Profile button on the List site and when the Profile site opened we see a delete button. Delete button have to remove the line what contains the name what I see on the Profile site.
Example:
On the Add site I add a name: Kyle. I get redirected to the List page and I see the name Kyle in the 1. Row. I click on the Add new button and I add the second name: Jesse. Jesse show up in the 2. Row, under Kyle. I click the on Kyleâs Check profile button and I delete him on his Profile page. I go back to the List page and I see Jesse on the 1. Row.
The problem:
I can make only one row at this moment with using global variables ( i added a set variable value on âInputNameâ and i used the set text OnPageLoad on the other sites. But how can i add a second name that show up on the List page in the 2 row? Is it possible to make a event that automatically generate a new global variable like âName2â? I tried with repeater but if I try with Add Row I can not select the target repeater widget because thatâs not on the same page where is my Add button. (Itâs the reason why I try to solve this with global variables)
Can you guys help me with this? Thanks for your answer, and sorry for my bad English.
File: add-remove-from-list.rp (69.4 KB)
Sorry for my bad english, and thanks for all comments.