Search found 16 matches
- Mon Oct 07, 2024 7:56 pm
- Forum: Forms
- Topic: Saving form data to database
- Replies: 2
- Views: 2079
Saving form data to database
Hi I want to save form data to a database, and have filled in the info on the "advanced" section, however, when the page is published, the script still has all the email info, eg $mailto = ''; $mailfrom = isset($_POST['email']) ? $_POST['email'] : $mailto; $subject = ''; $message = ''; Does the ...
- Fri Sep 06, 2024 2:58 pm
- Forum: Forms
- Topic: Field value auto populate
- Replies: 2
- Views: 1932
Re: Field value auto populate
Thanks Pablo, you're a star!! 

- Fri Sep 06, 2024 2:12 pm
- Forum: Forms
- Topic: Field value auto populate
- Replies: 2
- Views: 1932
Field value auto populate
Is it possible, using custom php script and/or extensions, to auto populate a field on a form?
For example, on a contact form, I would like to auto fill the user name and email from the information in the users database table, of the currently logged in user.
For example, on a contact form, I would like to auto fill the user name and email from the information in the users database table, of the currently logged in user.
- Tue Aug 20, 2024 1:48 pm
- Forum: Responsive Web Design
- Topic: linking/grouping code and image or shape
- Replies: 2
- Views: 2883
Re: linking/grouping code and image or shape
Pablo, thank you so much, perfect, just what I needed! 

- Tue Aug 20, 2024 1:00 pm
- Forum: Responsive Web Design
- Topic: linking/grouping code and image or shape
- Replies: 2
- Views: 2883
linking/grouping code and image or shape
Hi I want to display a number (which is variable and comes from some custom php getting a count of items in a table) inside a circle. I can get the circle to work in a layout grid, and I can get the number to work...separately.. but, how do I get the result of the php script (the number) to display ...
- Sun Mar 17, 2024 4:23 pm
- Forum: Forms
- Topic: choosing dropdown from another table
- Replies: 10
- Views: 5871
Re: choosing dropdown from another table
Thank you, I understand it more now.
Back to the drawing board!!
Back to the drawing board!!
- Sun Mar 17, 2024 3:19 pm
- Forum: Forms
- Topic: choosing dropdown from another table
- Replies: 10
- Views: 5871
Re: choosing dropdown from another table
Thanks, I was trying to shortcut generating the css styling by designing the layout in wwb and using custom script for the table.
No shortcuts for me then
No shortcuts for me then

- Sun Mar 17, 2024 2:37 pm
- Forum: Forms
- Topic: choosing dropdown from another table
- Replies: 10
- Views: 5871
Re: choosing dropdown from another table
Thanks Pablo. Is it possible I can design the layout of my table using wwb and implement a script something like the below for functionality? (not asking how to do it, just asking if possible!!) <?php // Database connection $servername = "localhost"; $username = "username"; $password = "password ...
- Sun Mar 17, 2024 2:07 pm
- Forum: Forms
- Topic: choosing dropdown from another table
- Replies: 10
- Views: 5871
Re: choosing dropdown from another table
Thank you for the reply. I need a little advice about which extension(s) would be best to achieve what I need below (I have all of them). I would like the user to be able to view a data table, showing all the records, and be able to click to view, edit, delete etc.. but when editing or viewing, the ...
- Sun Mar 03, 2024 4:04 pm
- Forum: Login Tools Questions
- Topic: customising admin login tool
- Replies: 1
- Views: 3490
customising admin login tool
Hi, on the admin login tool, I don't see the "convert to form" when I right click? I need to change the admin block so that when I create a new user, it matches my existing database, ie, first name and last name are separate fields, but I don't see how to do this, other than by a manual edit of the ...
- Sun Feb 25, 2024 4:27 pm
- Forum: Forms
- Topic: choosing dropdown from another table
- Replies: 10
- Views: 5871
Re: choosing dropdown from another table
Thanks, I thought it would need custom code, I just need to know if it is possible, and where to put the custom code. So I want to create a form (I already have the database) for updating customer details, the form will show customer name, address, phone etc. The form also needs to show who is the ...
- Sun Feb 25, 2024 3:56 pm
- Forum: Forms
- Topic: choosing dropdown from another table
- Replies: 10
- Views: 5871
choosing dropdown from another table
Hi, when creating a form for updating a database, is it possible that the dropdown can be fields from another table?
For example, a "customer details" table form, need to choose the customer account manager from the "staff" table?
Thanks
For example, a "customer details" table form, need to choose the customer account manager from the "staff" table?
Thanks
- Sun Feb 25, 2024 3:52 pm
- Forum: Previewing and Publishing
- Topic: *** SOLVED *** blank page on publishing
- Replies: 4
- Views: 4580
Re: blank page on publishing
Hi, thanks for the replies.
I have got it working now, there was a problem with one of the fields in the database.
I have got it working now, there was a problem with one of the fields in the database.
- Fri Feb 23, 2024 9:23 pm
- Forum: Previewing and Publishing
- Topic: *** SOLVED *** blank page on publishing
- Replies: 4
- Views: 4580
*** SOLVED *** blank page on publishing
Hi I have added a bootstrap table on a new page, and on preview I can see on the page where it will be, the header and columns display, however when I publish the page, it is completely blank. I have other login forms and admin tables working and connected fine to mysql; users table works fine ...
- Fri Feb 23, 2024 8:57 pm
- Forum: Login Tools Questions
- Topic: login to existing database
- Replies: 2
- Views: 3999
Re: login to existing database
Great, thanks Pablo
- Wed Feb 21, 2024 10:55 pm
- Forum: Login Tools Questions
- Topic: login to existing database
- Replies: 2
- Views: 3999
login to existing database
Hi, I have a database site created by external software which I want to be able to log in to, and create some custom WWB pages The existing database users table fields have different names to the ones in the login tools script. Do I just create the login form with WWB and then manually edit the PHP ...