Hello Community,
Does it possible to edit a bulk of HTML code per block?
For example:
Block 1 contains 3 Questions + 1 HTML Code Image links like:
Question 1
www.example.com/images/Cell_1_smile.jpg
Question 2
www.example.com/images/Cell_1_Question.jpg
Question 3
www.example.com/images/Cell_1_test.jpg
Now my idea is to do:
-Rename every Cell_1 to Cell_2 in Block 2
-Rename every Cell_1 to Cell_3 in Block 3
Thats just an example: in real situation i have more than 18 Block and 30 Questions per Block. Its a lot of work to swap the questions and editing the HTML Code. (18x30 = 324x steps)
Regards
Markus
Solved
Batch editing of HTML per BLOCK?
Best answer by rondev
Create an embedded data 'LinkPart' at start of the survey flow and assign 'Cell_1' value to it, which is value of block 1 URL.
All the links in question of all the blocks will be same as below except _smile, _Question, etc. would be different in different questions:
www.example.com/images/${e://Field/LinkPart}_smile.jpg
Now, before block 2 add an embedded data element and update "LinkPart" value to "Cell_2", similarly before the other blocks also, update the value of LinkPart embedded data to respective value.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

