Search found 37 matches

by piripacchio
2016-03-23 09:25
Forum: ADDT
Topic: Multi-field Drop-down and session variables persistence
Replies: 5
Views: 13526

Re: Multi-field Drop-down and session variables persistence

No, Fred,
it's not the "dependent drop down" server behaviour, it's the Multi-Field Drop-Down.
Ciao ;).

tony
by piripacchio
2016-03-22 18:09
Forum: ADDT
Topic: Multi-field Drop-down and session variables persistence
Replies: 5
Views: 13526

Multi-field Drop-down and session variables persistence

Hi all, I developed a page that uses the Multi-Field Drop-down (MFDD). It works "almost" perfectly. The page, basically, allows me to enter 10 fields (text input) or to select a preset from a dropdown menu (MFDD) that will fill all 10 fields automatically. The form will save all 10 fields ...
by piripacchio
2016-02-24 10:35
Forum: ADDT
Topic: Dynamic list + "download all" button?
Replies: 1
Views: 55308

Dynamic list + "download all" button?

Hi all, I'm creating a new project where the user can download files from a dynamic list. This is easy with ADDT. But I need to add another button: "Download all" that should download all files at once by creating a zip file. I already looked for something similar and it seems quite easy t...
by piripacchio
2016-02-17 15:11
Forum: ADDT
Topic: Generate password while sending email?
Replies: 3
Views: 57056

Re: Generate password while sending email?

Hi Fred, thanks for this reply. It's really usefull. Thanks very much for your INVALUABLE help. You are the only "help" I have for ADDT. ;). I yet have to find a replacement for ADDT but nothing came close to it... It's the only tool that allow to create complex thinks with few clicks... S...
by piripacchio
2016-02-15 16:27
Forum: ADDT
Topic: Generate password while sending email?
Replies: 3
Views: 57056

Generate password while sending email?

Hi all, I'm still on top of ADDT (until I find something else that allow me to do the same thinks faster) and now I need to create a form contaning mainly 3 fields: - name - email - password (hidden field) (see below) The form should insert a record in a db and the password should be generated autom...
by piripacchio
2015-11-03 11:32
Forum: ADDT
Topic: ADDT javascript validation and server side validation
Replies: 1
Views: 5687

Re: ADDT javascript validation and server side validation

ok, I just made some tests and it seems to work. Here what I've done. - I've set a session variable to get the actual date less 7 days: if (!session_id()) session_start(); $date1= date("Y-m-d", time() - 60*60*24*8); $_SESSION['sess_date'] = $date1; session_register("sess_date"); ...
by piripacchio
2015-11-03 10:10
Forum: ADDT
Topic: ADDT javascript validation and server side validation
Replies: 1
Views: 5687

ADDT javascript validation and server side validation

Hi all, I need to migrate/integrate form validation made with ADDT with some server side validation. What is the best way to do this with ADDT? Does "Throw error" server behaviour cover this problem? Example: I need to check a date entered by the user. The date is valid if it's at least 7 ...
by piripacchio
2015-10-12 15:38
Forum: ADDT
Topic: custom transaction and date validation
Replies: 6
Views: 10567

Re: custom transaction and date validation

Thanks Fred,
It's a good starting point.
Thanks again.
tony
by piripacchio
2015-10-12 13:20
Forum: ADDT
Topic: custom transaction and date validation
Replies: 6
Views: 10567

Re: custom transaction and date validation

Thanks for the prompt reply, Fred,
can you point me in the right direction with serverside validation and ADDT validation?
I don't know anything about server side validation with ADDT.

TIA

tony
by piripacchio
2015-10-12 12:01
Forum: ADDT
Topic: custom transaction and date validation
Replies: 6
Views: 10567

Re: custom transaction and date validation

Hi Fred, sorry to be late. At last I used the throw error behaviour, as you suggested. Thank you very much. But now I'm experiencing a strange behaviour of the validation trigger. I'll try to explain what it happens: the user need to fill a form that contains, among other fields, a date field. The d...