Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

form_text $options

Asked Modified Viewed 881 times
S
SiMka
S
SiMka 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hello,

I'm creating an custom infusion with PHPF 9 and when I create a new input with form_text there are several things that doesn't work (so far) like width and error_text. Are they removed or modified? It's strange to use full width input field when only 4 number field is required.
Using default magazine theme with blank install.
0 replies

1 post

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

I just tested the 9.03.60 release before answering this post.

www.php-fusion.co.uk/infusions/forum/attachments/capture_18.jpg

Inner_width options.
$callback = "some value";
echo form_text("some_input", "Some Label", $callback, array("inline"=>TRUE, "inner_width"=>"100px"));


The error_text works as well btw. Check your css rules via inspector see what breaks Bootstrap 3 defined css rules.
Edited by Falk on 20-05-2020 13:21,
Chan attached the following image:
Image not found
0 replies

Category Forum

PHPFusion Dynamics - 9

Labels

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
S
S
SiMka 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet