Searched refs:formName (Results 1 – 1 of 1) sorted by relevance
14 public static function toBoostrapInputElements(Form $form, string $formName) argument19 $i = self::toBootStrapInputElementAndGetNewLoopingPosition($form, $i, $formName);28 * @param string $formName - the form name to create unique id (as the profile page has 2 forms)31 …tStrapInputElementAndGetNewLoopingPosition(Form $form, int $elementPosition, string $formName): int argument47 $inputId = "user__$formName-input-$elementPosition";