/    Sign up×
Community /Pin to ProfileBookmark

embedded forms

I currently have a form within a form (embedded) and I need to know if both can have the same action detail.

TIA

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@NogDogMay 13.2005 — Nested forms are a no-no. From http://validator.w3.org/ :
Line 14, column 27: document type does not allow element "FORM" here

<form name=test2 action="#">

The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed). [/quote]
Copy linkTweet thisAlerts:
@NogDogMay 13.2005 — PS: However, yes, two forms on the same page can have the same action.
Copy linkTweet thisAlerts:
@erjohnsauthorMay 13.2005 — Darn, ok I'll have to change my thinking on this
×

Success!

Help @erjohns spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...