Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi.
Finally I'm able to show and send to email a form using Doc2Form.
When the form is displayed it looks llike
Name1: __________
Other Name: ______________
Radio: ___ O ___O
I want it lile this:
How can I do that?
Thanks for the help
Javier
Hi Javiver,
Doc2Form should drop a .cs file in your App_Code folder. You can edit this to reformat the emails that are sent out.
Many thanks
Matt
Thanks Matt, but I don't mean the email. I want to change the actual form the is shown to the user.
Ahhh, in that case you'll want to use css. Doc2form places a lot of class names on elements, so you should have more than enough to style how you need.
I tried to do that before, but nothing changed. I had to put
<link rel="stylesheet" type="text/css" href="/css/Doc2Form.css">
in the template :s
Thanks.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Show fields in a table
Hi.
Finally I'm able to show and send to email a form using Doc2Form.
When the form is displayed it looks llike
Name1: __________
Other Name: ______________
Radio: ___ O ___O
I want it lile this:
How can I do that?
Thanks for the help
Javier
Hi Javiver,
Doc2Form should drop a .cs file in your App_Code folder. You can edit this to reformat the emails that are sent out.
Many thanks
Matt
Thanks Matt, but I don't mean the email. I want to change the actual form the is shown to the user.
Ahhh, in that case you'll want to use css. Doc2form places a lot of class names on elements, so you should have more than enough to style how you need.
Matt
I tried to do that before, but nothing changed. I had to put
<link rel="stylesheet" type="text/css" href="/css/Doc2Form.css">
in the template :s
Thanks.
is working on a reply...