Jump to content

Asterix

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Gender
    Female

Recent Profile Visitors

709 profile views

Asterix's Achievements

Newbie

Newbie (2/6)

1

Reputation

  1. I'm not a big fan of the javascript solution. Good in theory but lets say you have a form error and your return to the same form then submit successfully, I get a session expired error (because its returning to the form url once more, not the previous page).
  2. When outputting a repeater field, how do I access the current rows index number? ie: foreach($pageresult->repeaterField as $repeater) { if ($repeater->subfield) { $repeater->index() ) /* obviously this doesnt work } } I'm looking for something that can give me 1 for the first repeater entry, 2 for the second etc. I can pop in a integer and just increment it every line but thought perhaps there is a handy feature in the API (that I can't seem to see) Also, how would I lookup a specific row?
×
×
  • Create New...