close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Pass variable for insert record page using URL

Thread began 4/17/2015 8:11 am by Brendan | Last modified 9/15/2015 10:40 am by Ray Borduin | 1515 views | 3 replies |

Brendan

Pass variable for insert record page using URL

I have an insert record page that I am using for a client who enters data into a database for multiple clients. I gave them a dropdown to use, but I am being told it is too time consuming to select the right client from a list of 50 or so, and they typically enter hundreds of records at a time for a single client.

Is there a way to pass the client name via URL so that field is automatically filled out?

Sign in to reply to this post

Ray BorduinWebAssist

Yes, just pass the school id in the url and then go to bindings and add the url parameter to your bindings. Then you can go to the dynamic button in the select list's properties panel and use the interface to set the default selected value in the list to the url parameter you have added to the bindings.

Sign in to reply to this post
Did this help? Tips are appreciated...

Brendan

I'm struggling with this a little bit. I've added a URL Variable called "School", and have added that binding to the text on the page so I can see if it's working, and I can see whatever I place in the url on the page. (URL Below)

I have added that same URL variable in the bindings tab of my insert record server behavior (<?php echo $_GET['School']; ?>), but the school name is not being inserted into the database.

Am I missing a key part of the URL variable, or have I gone astray elsewhere?

Also, how would I alter the redirect to simply reload the original url with variable

Sign in to reply to this post

Ray BorduinWebAssist

You would want to save the school name from the URL into a hidden form element in the form, so that it would still be available after the form submits like:

<input type="hidden" name="School" value="<?php echo(htmlspecialchars($_GET['School'])); ?>" />



Then in the insert server behavior you would use: <?php echo $_POST['School']; ?> since it is now part of the form.

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...