Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Form submit action file for DW

Explorer ,
Apr 12, 2017 Apr 12, 2017

Submit Question 01.jpg

Hello. What kind of file is it asking for?

Also, the little ? in the upper right of this box pictured only goes to nothing.

If it's a javascript file, can someone link me to a template?

Thanks a bunch!

[Moved from the Lounge (which is where you can "connect with your peers" from across all of Adobe's products for conversations that don't directly relate to help and support) to a product-specific support forum - moderator]

397
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 12, 2017 Apr 12, 2017

The <form> action attribute is usually linked to a form processing script written in a server-side language like php. It's what actually processes the submitted form into usable information and sends it to your email address.

DW doesn't have one available, but your hosting company likely does. They're usually included in hosting packages along with the instructions for attaching them to your html form.

Translate
Community Expert ,
Apr 12, 2017 Apr 12, 2017

The <form> action attribute is usually linked to a form processing script written in a server-side language like php. It's what actually processes the submitted form into usable information and sends it to your email address.

DW doesn't have one available, but your hosting company likely does. They're usually included in hosting packages along with the instructions for attaching them to your html form.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 12, 2017 Apr 12, 2017

https://forums.adobe.com/people/Jean-Louis+Blackburn  wrote

Submit Question 01.jpg

Hello. What kind of file is it asking for?

Its asking you to provide a link to a form processing script.

A form processing script can be written in several different languages so you first would need to establish what your web-hosting supports and if they have access to any form processing script that you could use.

Typically a script could be written in .php, .asp or .even pl

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 12, 2017 Apr 12, 2017
LATEST

Thank you!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines