Easy Forms V4.x Vbulletin

Posted on  by admin
Easy Forms V4.x VbulletinV4.xEasy

I've created a simple trouble ticket feature to an existing DB. I have a form tied to a query that returns results and displays the current record. I have a combo-box named 'Status' that has 3 possible values; Open, Restored, Closed. I've got two other fields on the same form that record the 'restore date and close date'. I'm using VB on the status box to try and set the restore or close date automatically. Not working with my code.

Easy Forms V4.x Vbulletin 1

I've tried: After update trigger:If Me. Status = 'restored' Then Me.restoredate = DateElseIf Me.Status = 'closed' Then Me.closedate = DateEnd Ifalso triedIf (Status = 'restored') Then (restoredate = 'Date') etc.nutin workinCan someone provide this simple code for me?

Easy Forms V4.x Vbulletin File

EricWatson said:Don't know about you but i think that recaptcha is so ugly. Saroja devi stories. Here is my copy and paste captchaHello,I got your code to work here:How do I get your code to work with the rest of my form now?

Easy Forms V4.x Vbulletin List

I want it to mail to a email the rest of the forms entries. Also is there a way to have the success or error information show up on this page kind of like it was originally done here:Thanks for your continued support. I think your way looks much cleaner and I can understand the code as a beginner.