I have a template 'index.php' where there are small blocks of text. Users need to be able to add/delete/edit these blocks of text. Currently these blocks of text are rows in a repeatable region in this template. I have designed a addText form to let people add more text(ie. add more rows to the repeatable group and put text in them), But I have been unable to bind it to a repeatable region. How can I let users add repeatable rows with their own text in each? (through the front end)
Moreover, I am planning to make this index.php clonable so that each registered user will have a cloned page from this template, accessible(and editable) only to him/her. Is this possible using the members module?
Also how can I get the date(and time) at which a particular repeatable region was added, and show it along with the text?
Moreover, I am planning to make this index.php clonable so that each registered user will have a cloned page from this template, accessible(and editable) only to him/her. Is this possible using the members module?
Also how can I get the date(and time) at which a particular repeatable region was added, and show it along with the text?