Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > BlueVoda Website Builder Forums > Forms

Notices

Forms Discussion and help related to designing and implementing forms in the BlueVoda Website Builder.

Reply
 
Thread Tools
  #1  
Old 10-17-2009, 09:56 AM
Master Sergeant
 
Join Date: Sep 2008
Posts: 69
Default How many forms can ABVFP handle?

After yesterday's problem, which eventually sorted itself out mysteriously - the forms are really messed up. When I click from originating page to page where the form is, it is showing information for a different form even though the webaddress shown is correct, then when form is completed and the submit button is hit, it takes you to "Page not found" even though it is posted correctly, etc.

I want to use ABVFP to handle hundreds of forms so that I can collect data from each request. What is going on please? I've been up all night trying to work on this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 10-17-2009, 11:12 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,049
Default Re: How many forms can ABVFP handle?

Quote:
Originally Posted by myjaydee View Post
After yesterday's problem, which eventually sorted itself out mysteriously - the forms are really messed up. When I click from originating page to page where the form is, it is showing information for a different form even though the webaddress shown is correct

What does ABVFP have to do with it ??????

This is some kind of linking issue, ABVFP only comes into schene AFTER form submission.

Quote:
then when form is completed and the submit button is hit, it takes you to "Page not found" even though it is posted correctly, etc.
If you receive the mail even though you get this 404 error, you have mistaken the Thank you page URL somehow. Look at the browser address bar to check the URL of the page that can't be found.

If no mail is sent, then could also be that the script tries to find the error page and can't find it.

Last, it might be your forms "action" mistaken. Without a link to some of these problematic forms, I can't say.


Quote:

I want to use ABVFP to handle hundreds of forms so that I can collect data from each request. What is going on please? I've been up all night trying to work on this.
Allow me to say that there is no private site that needs 100's of forms. You should probably review your site structure. Although ABVFP can handle 100's of forms, please explain what these forms are for.
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 10-18-2009, 01:33 AM
Master Sergeant
 
Join Date: Sep 2008
Posts: 69
Default Re: How many forms can ABVFP handle?

Hi Naval,

I'm trying to build 2 complicated sites, where the end user can download money-off vouchers. It's taken me almost a year to design concept, branding, artwork & sites. Something did mess up yesterday - it may have been my fault initially as I didn't change the Formid ID on two of the forms. However, numerous problems kept occurring - the links were correct. I also found that I had a bookmark that was positioned slightly over the forms - so that is perhaps why the form was showing up from another page.

I kept stripping out the folder via FTP and reposting pages one by one - and eventually discovered there was one offending page which I just couldn't get to carry on to the successpage - so got over that problem a couple of hours ago by simply recreating with a different page name. There never was an email sent to me regarding that page - and when looking at the phpmyadmin - there was never a table set up for that particuliar form. Strange one.

Fingers crossed I'm never going to come up with that nightmare again.

Now I'd love it if you could come up with a suggestion as to how I can get away without needing hundreds of forms.

Is there any way we could communicate about this rather than over the forum?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 10-18-2009, 08:49 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,049
Default Re: How many forms can ABVFP handle?

If the info is the same, it should all be stored in a unique table in the database. Otherwise it becomes practically impossible to manage the info.

If the forms are the same, you would need a modified version of ABVFP so that it will allow processing the forms (granted they are the same) without checking the page where they come from).
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 10-18-2009, 01:42 PM
Master Sergeant
 
Join Date: Sep 2008
Posts: 69
Default Re: How many forms can ABVFP handle?

Morning Navel,

Mmmm trying to figure this one out.

The info submitted from each page will be different - however there will be duplicates as people will download more than one voucher.

The forms are virtually identical except for the fact that their success pages are different.

Therefore I have set up two hidden fields on each form:
1) voucherID
2) business_type (for further processing).

Therefore a separate unique table is created to access each voucher page.

I am now trying to figure out how to copy the records from each table into a master table for administration purposes with myphpadmin. However, there doesn't seem to be an option to copy records to another table in same database but there is an option to copy data to a different database. But when I go to the home page of phpmyadmin to create another database - there are "No Privileges To Create New Database".

Can you please tell me how I can get everything into one database?

And if you have any idea as to how to simplify the whole thing - I'll worship the ground you walk on Navel :)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 10-19-2009, 01:13 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,049
Default Re: How many forms can ABVFP handle?

Of course i can't know how this works, however it seems rather strange that you need so many different forms and tables.

phpMyAdmin has no privileges to create DBs. You would need to create the DB through your CP database section, then use phpMyAdmin to copy whatever you need to copy.

In my opinion, you should be creating only one (or, a limited number of) table that should have enough columns to accomodate for ll the possible types of vouchers / forms.

phpMyAdmin is nt the ideal tool to manage info in database, it is rather a tool to manage the database and its tables on structure level. Of course IF you do need hundreds of tables, it becomes practically impossible to create e specific user friendly Database interface for each table, the cost would be too high. But, as i said, i doubt you need such a number of different forms / tables.
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old 10-19-2009, 07:58 PM
Master Sergeant
 
Join Date: Sep 2008
Posts: 69
Default Re: How many forms can ABVFP handle?

Hi Naval,

You're giving me some hope. The best way for me to describe what I would like to achieve is by drawing it.

One table for everything would be brilliant - making everything so much easier. But how can I achieve this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old 10-21-2009, 12:48 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,049
Default Re: How many forms can ABVFP handle?

I repeat: creating hundreds of tables is unthinkable. At most you should be grouping forms / vouchers so that you will create a limited number (or even only one) tables.

Then you can include a column in this table for the "type of voucher" or whatever you use to distinguish them. At that point you would only need one Database interface to manage all the info. You can, in example, select to display only vouchers of type X or those of type Y.

Please note that ABVFP is a generic form processor. Therefore, it might not be the most suitable tool for specific applications, that require features that are not the most common.

Maybe seeking some professional advise / help could help you organize this work in a more efficient way.

However, including a hidden field that contains the voucher type, and having a form that allows you to gather all the rest of the info, all in the same table, would simplify things.

If the vouchers also have other info (different for each voucher type) the decision on one, a limited number of, or many tables, depends on the number of different columns that you might need.

Without specific info, i am not able to provide specific advise. The above scheme you posted is too generic.
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT +1. The time now is 02:57 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203