Hi Chad,
Thanks for the reply, I managed to get it working, though there are some wierd caching issues in the module that causes a new field I added to not give me the FieldID to pass to a javascript function. I tried all ways to get it to work, finally I just did a view source and copied and pasted the ID that was in the page, so far it hasn't broke.
Now, all of a sudden, the email fields are not working 100%, showing no entries for certain fields on my forms. The only thing I did was put a client side call to my javascript in the fields, now half the fields show a value when sending the email and the other half do not. Any bug fix I should be aware of?
I checked on Snowcovered but don't see any patches for 2.6, is there a newer update?
Further, I tried to use an SQL event and it is not working either. I created a new table in the DNN database, added my fields, tested adding data and it worked from the SQL query window. I then tried inserting data from the event and I don't even get an error code. How do I debug this? I have a mixture of integers and strings to insert into a table.
Any help is appreciated.
Cheers,
Brian |